[SOLVED] Storage space mismatches

Code:
root@pbs1:~# zpool list -v
NAME                                    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
Backups                                3.62T  2.02T  1.60T        -         -    15%    55%  1.00x    ONLINE  -
  sda                                  3.64T  2.02T  1.60T        -         -    15%  55.8%      -    ONLINE
rpool                                   232G  21.8G   210G        -         -     8%     9%  1.00x    ONLINE  -
  nvme-CT250P5SSD8_203129FF2030-part3   232G  21.8G   210G        -         -     8%  9.38%      -    ONLINE
root@pbs1:~# df -h
Filesystem        Size  Used Avail Use% Mounted on
udev               12G     0   12G   0% /dev
tmpfs             2.4G  1.1M  2.4G   1% /run
rpool/ROOT/pbs-1  215G   12G  204G   6% /
tmpfs              12G     0   12G   0% /dev/shm
tmpfs             5.0M     0  5.0M   0% /run/lock
efivarfs          320K   61K  255K  20% /sys/firmware/efi/efivars
rpool             204G  128K  204G   1% /rpool
Backups           2.0T  457G  1.5T  24% /mnt/datastore/Backups
rpool/ROOT        204G  128K  204G   1% /rpool/ROOT
tmpfs             2.4G     0  2.4G   0% /run/user/0

I see it's not all allocated?
 
zfs list -o space would give more information on refreservation, snapshots and so on.
 
So, do I assume the 1.60T of snaps (if I rightly read USEDSNAP) are not shown in the GUI monitor?

I also assume they are linked or anyway tied to the backups.

Isn't it better to show the full situation on the monitor? Again, I know this must be the n-th time this comes up, sorry XD
 
So, do I assume the 1.60T of snaps (if I rightly read USEDSNAP) are not shown in the GUI monitor?
Yes.

I also assume they are linked or anyway tied to the backups.
As far as I know PBS isn't working with ZFS snapshots. So you probably created them yourself manually or you installed some third-party snapshot script.

To list ZFS snapshots: zfs list -t snapshot
 
  • Like
Reactions: Urbaman

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!