feature: enable 'content-dirs' property for cephfs
Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
30c0c70852
commit
8165ad58c6
@ -137,6 +137,7 @@ sub properties {
|
|||||||
sub options {
|
sub options {
|
||||||
return {
|
return {
|
||||||
path => { fixed => 1 },
|
path => { fixed => 1 },
|
||||||
|
'content-dirs' => { optional => 1 },
|
||||||
monhost => { optional => 1},
|
monhost => { optional => 1},
|
||||||
nodes => { optional => 1 },
|
nodes => { optional => 1 },
|
||||||
subdir => { optional => 1 },
|
subdir => { optional => 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user