[pve-devel] [PATCH] add shared option to rbdplugin
Alexandre Derumier
aderumier at odiso.com
Tue Jun 5 13:39:15 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/RBDPlugin.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm
index 83c6774..5d1d894 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -95,7 +95,8 @@ sub options {
monhost => { fixed => 1 },
pool => { fixed => 1 },
username => { fixed => 1 },
- authsupported => { fixed => 1 },
+ authsupported => { fixed => 1 },
+ shared => { optional => 1 },
content => { optional => 1 },
};
}
--
1.7.2.5
More information about the pve-devel
mailing list