Hi,
Host server has ZFS lxdpool.
I created volume:
lxc storage volume create lxdpool volK1 size=550GB zfs.block_mode=true block.filesystem=btrfs
and the problem is that after uploading files on it shows different used space than on host.
In container:
df -h | grep volK1
/dev/zvol/lxdpool/custom/default_volK1 699G 261G 438G 38% /home/VIRTUALFTP/k1
so 261GB used
On host server:
zfs list -t volume | grep volK1
lxdpool/custom/default_volK1 381G 15.7T 381G -
so 381GB used.
The same situation is with EXT4 filesystem on volume not BTRFS.
What is going on here ?