diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index 2b36cc9..1699dbc 100644 --- a/PVE/Storage/RBDPlugin.pm +++ b/PVE/Storage/RBDPlugin.pm @@ -110,10 +110,12 @@ sub properties { sub options { return { + nodes => { optional => 1 }, + disable => { optional => 1 }, monhost => { fixed => 1 }, - pool => { fixed => 1 }, + pool => { fixed => 1 }, username => { fixed => 1 }, - authsupported => { fixed => 1 }, + authsupported => { fixed => 1 }, content => { optional => 1 }, }; }