From 0f94c1c9385fb21b36158cd1a13e4b46cde5f998 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 17 Aug 2012 15:48:46 +0200 Subject: [PATCH] nexenta: ssl option is optionnal Signed-off-by: Alexandre Derumier --- PVE/Storage/NexentaPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };