From 911ce8504f895e69a8984ff2e3d825dcc0bc64fb Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 17 Aug 2012 15:16:39 +0200 Subject: [PATCH] sheepdog : add nodes and disable options Signed-off-by: Alexandre Derumier --- PVE/Storage/SheepdogPlugin.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/Storage/SheepdogPlugin.pm b/PVE/Storage/SheepdogPlugin.pm index d8b0312..af8934a 100644 --- a/PVE/Storage/SheepdogPlugin.pm +++ b/PVE/Storage/SheepdogPlugin.pm @@ -64,6 +64,8 @@ sub plugindata { sub options { return { + nodes => { optional => 1 }, + disable => { optional => 1 }, portal => { fixed => 1 }, content => { optional => 1 }, };