I have an LXC that is provisioned with a 100GB boot drive using ceph RBD storage. However, see the following:
This is in the running container.
Checking the disk usage in ceph however, claims the whole volume is basically used.
Why is this? There doesn't seem to be a tool with which to reclaim the unused blocks for an lxc...?
Code:
~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/rbd10 98G 8.8G 85G 10% /
This is in the running container.
Checking the disk usage in ceph however, claims the whole volume is basically used.
Code:
FT1-NodeA:~# rbd du speedy/vm-192-disk-2
NAME PROVISIONED USED
vm-192-disk-2 100 GiB 97 GiB
Why is this? There doesn't seem to be a tool with which to reclaim the unused blocks for an lxc...?