]> git.proxmox.com Git - pve-storage.git/commitdiff
feature: enable 'content-dirs' property for cephfs
authorLeo Nunner <l.nunner@proxmox.com>
Tue, 21 Mar 2023 12:59:18 +0000 (13:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 13:05:39 +0000 (14:05 +0100)
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
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 },