From 4f01611d13fff8ce52f807a05126be84a14612e6 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 17 Aug 2012 15:16:40 +0200 Subject: [PATCH] nexenta : add nodes and disable options Signed-off-by: Alexandre Derumier --- PVE/Storage/NexentaPlugin.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm index 6ad92d9..faae8ee 100644 --- a/PVE/Storage/NexentaPlugin.pm +++ b/PVE/Storage/NexentaPlugin.pm @@ -156,6 +156,8 @@ sub properties { sub options { return { + nodes => { optional => 1 }, + disable => { optional => 1 }, target => { fixed => 1 }, portal => { fixed => 1 }, login => { fixed => 1 },