TT#71334 Add rootfssize option for puppet installed VMs

Change-Id: I093d1193eb08ff92d5e7eb6d2d25d4fe18a23c57
changes/31/35831/2
Sergii Kipot 5 years ago
parent f49d5106ce
commit f4aeb4fcf0

@ -1263,7 +1263,7 @@ create_ngcp_partitions() {
create_debian_partitions() {
# rootfs
local root_size=8G
local root_size="${ROOTFS_SIZE:-8G}"
echo "Creating LV root with ${root_size}"
lvcreate --yes -n root -L "${root_size}" "${VG_NAME}"

Loading…
Cancel
Save