Interesting issue: I believe that by default Proxmox is not able to descern if directories are on the same disk, and therefore counts their total free space multiple times. specficically as N*(# of disks).
How I noticed this: under datacenter summery Proxmox shows my total space as 503.75 GiB of 90.96 TiB.
Some more details:
I have a 20TB usable RAID and a 2TB disk (which isnt in proxmox so ignore), so the used space and the total space are both about ~5x the total space of my disk 20TB
my 20TB RAID is a btrfs mount, located on /mnt/20TB-RAID as a standard disk mount
The directories are
/mnt/20TB-RAID/srv/backups
/mnt/20TB-RAID/srv/images
/mnt/20TB-RAID/srv/containers
/mnt/20TB-RAID/srv/isos
/mnt/20TB-RAID/srv/templates
See the real values below:
root@hostname:~# df -lh
Filesystem Size Used Avail Use% Mounted on
udev 24G 0 24G 0% /dev
tmpfs 4.8G 50M 4.7G 2% /run
/dev/mapper/pve-root 9.6G 5.1G 4.1G 56% /
tmpfs 24G 43M 24G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 24G 0 24G 0% /sys/fs/cgroup
/dev/sda 19T 100G 19T 1% /mnt/20TB-RAID
/dev/fuse 30M 20K 30M 1% /etc/pve
/dev/sdb1 1.8T 51G 1.7T 3% /mnt/2TB-Disk
tmpfs 4.8G 0 4.8G 0% /run/user/0
How I noticed this: under datacenter summery Proxmox shows my total space as 503.75 GiB of 90.96 TiB.
Some more details:
I have a 20TB usable RAID and a 2TB disk (which isnt in proxmox so ignore), so the used space and the total space are both about ~5x the total space of my disk 20TB
my 20TB RAID is a btrfs mount, located on /mnt/20TB-RAID as a standard disk mount
The directories are
/mnt/20TB-RAID/srv/backups
/mnt/20TB-RAID/srv/images
/mnt/20TB-RAID/srv/containers
/mnt/20TB-RAID/srv/isos
/mnt/20TB-RAID/srv/templates
See the real values below:
root@hostname:~# df -lh
Filesystem Size Used Avail Use% Mounted on
udev 24G 0 24G 0% /dev
tmpfs 4.8G 50M 4.7G 2% /run
/dev/mapper/pve-root 9.6G 5.1G 4.1G 56% /
tmpfs 24G 43M 24G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 24G 0 24G 0% /sys/fs/cgroup
/dev/sda 19T 100G 19T 1% /mnt/20TB-RAID
/dev/fuse 30M 20K 30M 1% /etc/pve
/dev/sdb1 1.8T 51G 1.7T 3% /mnt/2TB-Disk
tmpfs 4.8G 0 4.8G 0% /run/user/0