I am pushing my tests with PBS and am now encountering a weird situation.
I'll try to describe briefly the situation.
I have two pools in my system one for the system and one for the backups / data.
My problem is that I shouldn't have 148G of data on the rpool but more likely 2G.
When I try to
So where are the 148G of "ghost" referenced data ??
So do you have any clue where this data might be ?? or how I can identify this somehow.
I'll try to describe briefly the situation.
I have two pools in my system one for the system and one for the backups / data.
Code:
root@dc1-pbs01:/mnt/datastore/backup/.chunks# zfs list
NAME USED AVAIL REFER MOUNTPOINT
backup 5.57T 159T 2.68T /mnt/datastore/backup
backup/duplicacy 2.89T 159T 2.89T /mnt/datastore/backup/duplicacy
rpool 148G 81.0G 96K /rpool
rpool/ROOT 148G 81.0G 96K /rpool/ROOT
rpool/ROOT/pbs-1 148G 81.0G 148G /
My problem is that I shouldn't have 148G of data on the rpool but more likely 2G.
When I try to
du -sh /
the system is telling me that there is 2.7G (which seems like the right value) and the two remaining MP on /rpool have close to 0 data.
Code:
root@dc1-pbs01:~# du -sh /
du: cannot access '/proc/17038/task/17038/fd/3': No such file or directory
du: cannot access '/proc/17038/task/17038/fdinfo/3': No such file or directory
du: cannot access '/proc/17038/fd/4': No such file or directory
du: cannot access '/proc/17038/fdinfo/4': No such file or directory
du: cannot access '/proc/20602': No such file or directory
du: cannot access '/proc/20603': No such file or directory
du: cannot access '/proc/20605': No such file or directory
du: cannot access '/proc/20607': No such file or directory
du: cannot access '/proc/20608': No such file or directory
2.7T /
root@dc1-pbs01:/mnt/datastore/backup/.chunks# du -sh /rpool/
1.5K /rpool/
root@dc1-pbs01:/mnt/datastore/backup/.chunks# du -sh /rpool/ROOT/
1.0K /rpool/ROOT/
So where are the 148G of "ghost" referenced data ??
So do you have any clue where this data might be ?? or how I can identify this somehow.