5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-11 05:18:01 +03:00

nexenta: ssl option is optionnal

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-08-17 15:48:46 +02:00 committed by Dietmar Maurer
parent 120ca009d6
commit 0f94c1c938

View File

@ -168,7 +168,7 @@ sub options {
password => { fixed => 1 },
pool => { fixed => 1 },
blocksize => { fixed => 1 },
ssl => { fixed => 1 },
ssl => { optional => 1 },
content => { optional => 1 },
};