I have an LXC container with several additional mount points (mp0, mp1, and mp2) that are ZFS subvolumes. I've tried to resize mp0 and mp1 to increase the storage space available to the container for those mount points, but no matter what I've tried the container doesn't see the additional space.
Details:
Details:
- PVE 7.4-17
- Extract of mount details from 100.conf:
mp0: tank:subvol-100-disk-0,mp=/home,size=3T
mp1: tank:subvol-100-disk-1,mp=/srv,size=10T
mp2: tank:subvol-100-disk-2,mp=/archive,size=5T - Result of running df -h inside the container:
Filesystem Size Used Avail Use% Mounted on
datapool/data/subvol-100-disk-0 16G 1.9G 15G 12% /
tank/subvol-100-disk-0 2.6T 2.5T 30G 99% /home
tank/subvol-100-disk-1 4.9T 4.9T 30G 100% /srv
tank/subvol-100-disk-2 4.9T 4.9T 30G 100% /archive - Results of zfs get commands:
NAME PROPERTY VALUE SOURCE
tank/subvol-100-disk-0 quota 3T local
tank/subvol-100-disk-1 quota none local
tank/subvol-100-disk-2 quota none default
tank/subvol-100-disk-0 refquota 3T local
tank/subvol-100-disk-1 refquota 10T local
tank/subvol-100-disk-2 refquota 5T local
- I've tried using the GUI to resize.
- I've tried using pct resize... to resize
- I've tried restarting the container.
- I've tried stopping the container, then starting it.
- I've tried restarting the entire physical hardware.
- I tried using resize2fs, but that doesn't work for zfs mounts