Search results

  1. M

    ZFS quota ignored (?) - pbs backup storage full

    moment... now i got it.... :) i have to reserve the free space which should no be written to... Sometimes it tooks a while :D
  2. M

    ZFS quota ignored (?) - pbs backup storage full

    OK. Than reservation is not what I am searching for... I want a HARD BORDER for ALL WRITERS of a vol/pool/whatever...
  3. M

    ZFS quota ignored (?) - pbs backup storage full

    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 root@bk01:~# zfs get available local_backupstorage_bk01...
  4. M

    ZFS quota ignored (?) - pbs backup storage full

    so maybe it is not MY fault at all? :-D pbs version is 3.4.6 ...
  5. M

    ZFS quota ignored (?) - pbs backup storage full

    so quota is user related and a reservation is for a pool (i.e for all users)?
  6. M

    ZFS quota ignored (?) - pbs backup storage full

    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 65538 Mar 2 2025 .chunks -rw-r--r-- 1 backup...
  7. M

    ZFS quota ignored (?) - pbs backup storage full

    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
  8. M

    ZFS quota ignored (?) - pbs backup storage full

    But the most important question remains open: Why quota did not work?
  9. M

    ZFS quota ignored (?) - pbs backup storage full

    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... ;-)
  10. M

    ZFS quota ignored (?) - pbs backup storage full

    But how could this be? The quota was provable at 14.4T?!
  11. M

    ZFS quota ignored (?) - pbs backup storage full

    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...
  12. M

    ZFS quota ignored (?) - pbs backup storage full

    Addition: root@bk01:/mnt/datastore/local_backupstorage_bk01# du -shx .chunks/ 15T .chunks/ root@bk01:/mnt/datastore/local_backupstorage_bk01# du -shx * 891M ns 11G Platzhalter.iso root@bk01:/mnt/datastore/local_backupstorage_bk01#
  13. M

    ZFS quota ignored (?) - pbs backup storage full

    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 cannot set property for 'local_backupstorage_bk01'...
  14. M

    Deactivate Sync Job

    Damn... I was too slow... ;-)
  15. M

    Two separated full meshs for cluster / corosync in a 3-node-cluster

    i used a simple network configuration for corosync then.
  16. M

    Two separated full meshs for cluster / corosync in a 3-node-cluster

    As EllerholdAG said, I didn't get it to work using frr for both meshes. You can configure it, but then nothing works anymore...
  17. M

    Resize ZFS pool after running out of space (PBS datastore full)

    Isn't it possible for pbs to pause/stop backup if it is foreseeable that the disk will run out of space (or just a reserved space of a few gigs for system as in other backup programs)?
  18. M

    Resize ZFS pool after running out of space (PBS datastore full)

    Ok. I moved some chunks und did gc twice like mentioned above. Can I set quota to a percentage (e.q. 99) or only to a fixed size like 14.3T? Is it possible to reduce the reserved space for root to less than 100G (!) ?
  19. M

    Resize ZFS pool after running out of space (PBS datastore full)

    Over the weekend my pbs datastore is running out of space and now I'm unable to run a garbage collection. This is the output of discus: and this is the output of zpool list: What is the meaning of FREE and second question: How could this help me out of my dilema? Is is possible to use the...