From 942d82856166b16bf6796326b9bb9259a15e2eda Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 13 Mar 2022 15:47:35 -0400 Subject: [PATCH] Update podman_ha_container.sh --- ct/podman_ha_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/podman_ha_container.sh b/ct/podman_ha_container.sh index 65d500d3..7bf3164a 100644 --- a/ct/podman_ha_container.sh +++ b/ct/podman_ha_container.sh @@ -153,7 +153,7 @@ ROOTFS=${STORAGE}:${DISK_REF-}${DISK} echo -e "${CM}${CL} \r" echo -en "${GN} Creating LXC Container... " -DISK_SIZE=8G +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'."