]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/CephFSPlugin.pm
feature: enable 'content-dirs' property for cephfs
[pve-storage.git] / PVE / Storage / CephFSPlugin.pm
index 944f0b872d1ea95ba98366d90f565c9def609370..79106cc808a36ef2915ef94245a10ea896986b23 100644 (file)
@@ -137,6 +137,7 @@ sub properties {
 sub options {
     return {
        path => { fixed => 1 },
+       'content-dirs' => { optional => 1 },
        monhost => { optional => 1},
        nodes => { optional => 1 },
        subdir => { optional => 1 },