]> git.proxmox.com Git - pve-storage.git/commitdiff
rbd: add nodes and disable options
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 17 Aug 2012 13:16:38 +0000 (15:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Aug 2012 11:06:36 +0000 (13:06 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/RBDPlugin.pm

index 2b36cc9d736a4f021e5f7583e964f893d4fb7405..1699dbc4ee2c5e39036f8e0fdf8c4473d632418d 100644 (file)
@@ -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 },
     };
 }