Hey there!
I managed to install PBS on my QNAP NAS (*yay*) and set up five spinning disks as a raidz2 with 10G SLOG.
ZFS layout is as follows:
The backup datastore is located in /bpool/pbs. I ran the first backup of five vm's and as you can see in that code snippet above, used disk space is counted in bpool but not in bpool/pbs. Is this normal? Did I misconfigure something?
I know that "du" is not suitable with zfs in all cases, but here it shows:
What would you think could be the issue here?
I managed to install PBS on my QNAP NAS (*yay*) and set up five spinning disks as a raidz2 with 10G SLOG.
ZFS layout is as follows:
Bash:
root@pbs:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
bpool 7.23G 7.73T 7.19G /bpool
bpool/pbs 43.0M 7.73T 43.0M /bpool/pbs
bpool/shares 866K 7.73T 185K /bpool/shares
bpool/shares/homes 170K 7.73T 170K /bpool/shares/homes
bpool/shares/stuff 170K 7.73T 170K /bpool/shares/stuff
bpool/shares/morestuff 170K 7.73T 170K /bpool/shares/morestuff
bpool/shares/youguessedit 170K 7.73T 170K /bpool/shares/youguessedit
rpool 995M 22.3G 96K /rpool
rpool/ROOT 993M 22.3G 96K /rpool/ROOT
rpool/ROOT/pbs-1 993M 22.3G 993M /
The backup datastore is located in /bpool/pbs. I ran the first backup of five vm's and as you can see in that code snippet above, used disk space is counted in bpool but not in bpool/pbs. Is this normal? Did I misconfigure something?
I know that "du" is not suitable with zfs in all cases, but here it shows:
Bash:
root@pbs:~# du -sh /bpool/pbs
7.2G /bpool/pbs
What would you think could be the issue here?