]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/CephFSPlugin.pm
plugins: allow limiting the number of protected backups per guest
[pve-storage.git] / PVE / Storage / CephFSPlugin.pm
index f75c1b87189319126ed4eba45c6e97e0ea62d250..497674729e20f5982b915391979395dd9050938f 100644 (file)
@@ -155,6 +155,7 @@ sub options {
        maxfiles => { optional => 1 },
        keyring => { optional => 1 },
        'prune-backups' => { optional => 1 },
+       'max-protected-backups' => { optional => 1 },
        'fs-name' => { optional => 1 },
     };
 }