[pve-devel] [PATCH 2/4] sheepdog : add nodes and disable options
    Alexandre Derumier 
    aderumier at odiso.com
       
    Fri Aug 17 15:16:39 CEST 2012
    
    
  
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/Storage/SheepdogPlugin.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
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 },
     };
-- 
1.7.2.5
    
    
More information about the pve-devel
mailing list