From dfdbbde2ec8705d48ab49e9fdb3ff4f8b0dc6f04 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sun, 10 Apr 2022 02:35:16 +0200 Subject: [PATCH] Changed Disk size of Jellyfin Server LXC from 8GB to 32GB --- ct/jellyfin_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyfin_container.sh b/ct/jellyfin_container.sh index da37210..3cd0fc4 100644 --- a/ct/jellyfin_container.sh +++ b/ct/jellyfin_container.sh @@ -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'."