I have an LXC container running PLEX media server for some years now. I now need to increase the storage available to the rootfs of the container.
I am running Proxmox 8.2.4 on a ZFS RAID-z root file system.
So far, I have tried the usual:
and
as well as
and after each one of these, if I check the size inside the container, it still shows the rootfs as only being 11T:
What am I missing here?
Thanks!
I am running Proxmox 8.2.4 on a ZFS RAID-z root file system.
So far, I have tried the usual:
Code:
pct resize 100 rootfs +100G
and
Code:
pct resize 100 rootfs 13600G
as well as
Code:
zfs set quota=13600G rpool/data/subvol-100-disk-0
and after each one of these, if I check the size inside the container, it still shows the rootfs as only being 11T:
Code:
root@plex-server:~# df -h
Filesystem Size Used Avail Use% Mounted on
rpool/data/subvol-100-disk-0 11T 11T 19G 100% /
none 492K 4.0K 488K 1% /dev
tmpfs 71G 4.0K 71G 1% /dev/shm
tmpfs 29G 112K 29G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
What am I missing here?
Thanks!