diff --git a/PVE/Storage/CephFSPlugin.pm b/PVE/Storage/CephFSPlugin.pm index 944f0b8..79106cc 100644 --- a/PVE/Storage/CephFSPlugin.pm +++ b/PVE/Storage/CephFSPlugin.pm @@ -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 },