From d29f2ea7d7d03bf47971818b65a01284c5b12b0a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 1 Feb 2022 05:45:06 -0500 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 c4705455..f0a2b965 100644 --- a/ct/podman_ha_container.sh +++ b/ct/podman_ha_container.sh @@ -132,7 +132,7 @@ echo -e "${CHECKMARK} \e[1;92m Creating LXC Container... \e[0m" DISK_SIZE=8G pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null if [ "$STORAGE_TYPE" == "zfspool" ]; then - wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.1/fuse-overlayfs-x86_64 + wget -qL -O fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/v1.8.2/fuse-overlayfs-x86_64 warn "Some containers may not work properly due to ZFS not supporting 'fallocate'." else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null