Hi,
I have two ZFS pools, one for regular operation and another one for backups.
I have two containers that take a lot of space in rpool and the backup to the rbackup pool can't succeed, I don't know why.
The thing is that at some point the root filesystem fills up and I can't find out where the space is. The whole instance becomes unusable:
After removing the leftover vzdump snapshots, hours and/or days later I start gaining space back but it never fully recovers.
There are no snapshots, du -hsx does not report any extra space usage in /, etc. I've checked the usual suspects.
Any hint will be appreciated.
Thanks.
I have two ZFS pools, one for regular operation and another one for backups.
Code:
root@pve01:~# zpool status |grep -w pool
pool: rbackup
pool: rpool
I have two containers that take a lot of space in rpool and the backup to the rbackup pool can't succeed, I don't know why.
The thing is that at some point the root filesystem fills up and I can't find out where the space is. The whole instance becomes unusable:
Code:
root@pve01:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rbackup 545G 1.22T 545G /rbackup
rpool 1.76T 2.81M 104K /rpool
rpool/ROOT 763G 2.81M 96K /rpool/ROOT
rpool/ROOT/pve-1 763G 2.81M 763G /
rpool/data 1.01T 2.81M 120K /rpool/data
rpool/data/subvol-100-disk-0 796M 2.81M 796M /rpool/data/subvol-100-disk-0
rpool/data/subvol-101-disk-0 325G 2.81M 325G /rpool/data/subvol-101-disk-0
rpool/data/subvol-102-disk-0 663G 2.81M 663G /rpool/data/subvol-102-disk-0
rpool/data/subvol-103-disk-0 10.1G 2.81M 10.1G /rpool/data/subvol-103-disk-0
rpool/data/subvol-103-disk-1 2.06G 2.81M 2.06G /rpool/data/subvol-103-disk-1
rpool/data/subvol-103-disk-2 454M 2.81M 454M /rpool/data/subvol-103-disk-2
rpool/data/subvol-103-disk-3 7.80G 2.81M 7.80G /rpool/data/subvol-103-disk-3
rpool/data/subvol-104-disk-0 22.9G 2.81M 22.9G /rpool/data/subvol-104-disk-0
rpool/data/subvol-105-disk-0 943M 2.81M 943M /rpool/data/subvol-105-disk-0
rpool/data/subvol-106-disk-0 1011M 2.81M 1011M /rpool/data/subvol-106-disk-0
rpool/data/subvol-110-disk-0 1.07G 2.81M 1.07G /rpool/data/subvol-110-disk-0
After removing the leftover vzdump snapshots, hours and/or days later I start gaining space back but it never fully recovers.
There are no snapshots, du -hsx does not report any extra space usage in /, etc. I've checked the usual suspects.
Any hint will be appreciated.
Thanks.