[pve-devel] [PATCH 5/5] nexenta: ssl option is optionnal
Alexandre Derumier
aderumier at odiso.com
Fri Aug 17 15:48:46 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/NexentaPlugin.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm
index 5a37ba4..9352c74 100644
--- a/PVE/Storage/NexentaPlugin.pm
+++ b/PVE/Storage/NexentaPlugin.pm
@@ -168,7 +168,7 @@ sub options {
password => { fixed => 1 },
pool => { fixed => 1 },
blocksize => { fixed => 1 },
- ssl => { fixed => 1 },
+ ssl => { optional => 1 },
content => { optional => 1 },
};
--
1.7.2.5
More information about the pve-devel
mailing list