Changed Disk size of Emby Server LXC from 8GB to 32GB

This commit is contained in:
Steven Seifried 2022-04-10 02:38:35 +02:00
parent a6b5546905
commit a663db698b
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=8G
DISK_SIZE=32G
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'."