Hi, I am confused by the total occupied space of one of my VMs. Its a debian VM with maraidb in docker and lvs shows this
so 300*0.28=84g occupied. But I believe the real occupied space is much smaller:
no way that adds to 84g. How can I claim the unused space?
Code:
root@pve:~# lvs -a
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <151.63g 92.36 5.34
...
vm-101-disk-0 pve Vwi-aotz-- 300.00g data 28.46
so 300*0.28=84g occupied. But I believe the real occupied space is much smaller:
Code:
root@debian-docker-prod:~# du -shc /*
...
4.2G /docker_volumes
336M /root
8.6M /run
1.4G /usr
2.6G /var
8.5G total
no way that adds to 84g. How can I claim the unused space?