[pve-devel] [PATCH 3/4] nexenta : add nodes and disable options

Alexandre Derumier aderumier at odiso.com
Fri Aug 17 15:16:40 CEST 2012


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/Storage/NexentaPlugin.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the pve-devel mailing list