From 35d6dfaf9ead4e5854b74bbc07ef8455835df0e4 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 17 Aug 2012 15:16:38 +0200 Subject: [PATCH] rbd: add nodes and disable options Signed-off-by: Alexandre Derumier --- PVE/Storage/RBDPlugin.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }, }; }