Proxmox noob here. I'm trying to learn the software before making the decision if it's worth using to replace my bare metal server. Right now, I have Proxmox running in a VM with 48 GB of space. The issue is I can't find the total disk space used, which is making it hard to allocate disk space to VM's because I run out of room / get io errors. I am not using any fancy setup. I chose the ext4 filesystem during install and no other custom options.
- Under "pve" in the Server View > Disks > LVM - It shows 47.78 GB Size and 5.81 GB free.
- Under "LVM-Thin" - It shows 13.79 GB Size and Used.
- I have a Linux Mint VM allocated 18.68 GB of space and a FreeBSD VM allocated 3 GB of space, but the latter doesn't launch because there is not enough room in Proxmox.
- Under "local (pve)" > ISO images - I have FreeBSD 4.54 GB in Size and Linux Mint 3.03 GB in Size.
I'm trying to find an accurate breakdown of the total space used, but I am getting different numbers everywhere. Also, when I total some of the numbers up, they go over my 48 GB of allocated space to the VM which doesn't make sense to me. If you look at `lvs` the total is 58.59 GB?
- Under "pve" in the Server View > Disks > LVM - It shows 47.78 GB Size and 5.81 GB free.
- Under "LVM-Thin" - It shows 13.79 GB Size and Used.
- I have a Linux Mint VM allocated 18.68 GB of space and a FreeBSD VM allocated 3 GB of space, but the latter doesn't launch because there is not enough room in Proxmox.
- Under "local (pve)" > ISO images - I have FreeBSD 4.54 GB in Size and Linux Mint 3.03 GB in Size.
I'm trying to find an accurate breakdown of the total space used, but I am getting different numbers everywhere. Also, when I total some of the numbers up, they go over my 48 GB of allocated space to the VM which doesn't make sense to me. If you look at `lvs` the total is 58.59 GB?
Code:
root@pve:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 391M 872K 390M 1% /run
/dev/mapper/pve-root 20G 9.7G 9.2G 52% /
tmpfs 2.0G 46M 1.9G 3% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/fuse 128M 16K 128M 1% /etc/pve
tmpfs 391M 0 391M 0% /run/user/0
root@pve:~# vgs
VG #PV #LV #SN Attr VSize VFree
pve 1 5 0 wz--n- <44.50g 5.50g
root@pve:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- <12.84g 100.00 2.01
root pve -wi-ao---- <20.34g
swap pve -wi-ao---- 3.81g
vm-100-disk-0 pve Vwi-a-tz-- 18.60g data 65.61
vm-101-disk-0 pve Vwi-a-tz-- 3.00g data 21.17
root@pve:~# pvs
PV VG Fmt Attr PSize PFree
/dev/vda3 pve lvm2 a-- <44.50g 5.50g
root@pve:~#
Last edited: