[pve-devel] [PATCH storage 2/2] rbd: allow modification of monhost option

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Aug 25 10:48:04 CEST 2017


otherwise, pveceph cannot update its storage entries.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 PVE/Storage/RBDPlugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm
index 8eb8d46..1a32663 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -288,7 +288,7 @@ sub options {
     return {
 	nodes => { optional => 1 },
 	disable => { optional => 1 },
-	monhost => { fixed => 1 },
+	monhost => { optional => 0 },
 	pool => { optional => 1 },
 	username => { optional => 1 },
 	content => { optional => 1 },
-- 
2.11.0





More information about the pve-devel mailing list