mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_container.sh
This commit is contained in:
parent
c56beab80d
commit
942d828561
|
@ -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'."
|
||||
|
|
Loading…
Reference in New Issue