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 },