[pve-devel] [PATCH 1/4] rbd: add nodes and disable options

Alexandre Derumier aderumier at odiso.com
Fri Aug 17 15:16:38 CEST 2012


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/Storage/RBDPlugin.pm |    6 ++++--
 1 files 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 },
     };
 }
-- 
1.7.2.5




More information about the pve-devel mailing list