Updated languagetool_container.sh

This commit is contained in:
Steven Seifried 2022-01-20 21:16:26 +01:00
parent e259647178
commit 6617cd8402
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -130,7 +130,7 @@ DISK=${DISK_PREFIX:-vm}-${CTID}-disk-0${DISK_EXT-}
ROOTFS=${STORAGE}:${DISK_REF-}${DISK}
echo -e "${CHECKMARK} \e[1;92m Creating LXC Container... \e[0m"
DISK_SIZE=32G
DISK_SIZE=64G
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'."