From 2e72aa32811b0ad4331c31301ebba3ba26c81552 Mon Sep 17 00:00:00 2001 From: tteck Date: Fri, 20 Aug 2021 08:29:05 -0400 Subject: [PATCH] Update pve6_ha_container.sh --- pve6_ha_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve6_ha_container.sh b/pve6_ha_container.sh index 38d2ce60..ca2f6f87 100644 --- a/pve6_ha_container.sh +++ b/pve6_ha_container.sh @@ -130,7 +130,7 @@ ROOTFS=${STORAGE}:${DISK_REF-}${DISK} # Create LXC msg "Creating LXC container..." -DISK_SIZE=32G +DISK_SIZE=16G pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null if [ "$STORAGE_TYPE" == "zfspool" ]; then warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."