add nexenta plugin
storage definition ------------------ portal 192.168.0.1 target iqn.1986-03.com.sun:.... login myloginwithjsonpermission password jsonuserpassword pool Yourpool blocksize 4K Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
b345cad347
commit
40cd7d27d5
@ -300,7 +300,7 @@ sub parse_config {
|
||||
$d->{content} = $def->{content}->[1] if !$d->{content};
|
||||
}
|
||||
|
||||
if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' || $type eq 'sheepdog' || $type eq 'iscsidirect' ) {
|
||||
if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' || $type eq 'sheepdog' || $type eq 'iscsidirect' || $type eq 'nexenta' ) {
|
||||
$d->{shared} = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user