I just wanted to add a reservation (after removing the quota) but i got this error:
root@bk01:~# zfs set reservation=15.25T local_backupstorage_bk01
cannot set property for 'local_backupstorage_bk01': size is greater than available space...
I think I found the answers myself:
root@bk01:~# ls -la /mnt/datastore/local_backupstorage_bk01/
total 8267
drwxr-xr-x 4 backup backup 6 Oct 6 13:45 .
drwxr-xr-x 4 root root 4096 Nov 20 2024 ..
drwxr-x--- 65538 backup backup...
That could be right, but it is a pbs storage-target (to the cluster members), is data written as root?
And 2nd: If I set quota in pbs shell (webif); is quota set for root?
root@bk01:~# zfs set quota=14.5T local_backupstorage_bk01
I wanted to do as you proposed but then I realized that my deletion becomes visible in webif and now gc runs!!
Note to self: Rename Platzhalter.iso to life.saver... ;-)
really?
That is my life insurance... at least on windows servers....
Deletion is no problem on NTFS even there are 0B left...
FYI: I just checked it... deletion by shell was not a problem...
Good (?) morning.
Over the weekend our pbs storage runs out of space.
As I already had set a quota because of similar problems in the past, I wanted to change it for running a GC.
root@bk01:~# zfs set quota=14.4T local_backupstorage_bk01...