mark drbd as shared storage
This commit is contained in:
@ -312,7 +312,7 @@ sub parse_config {
|
|||||||
$d->{content} = $def->{content}->[1] if !$d->{content};
|
$d->{content} = $def->{content}->[1] if !$d->{content};
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' || $type eq 'sheepdog' || $type eq 'iscsidirect' || $type eq 'glusterfs' || $type eq 'zfs') {
|
if ($type eq 'iscsi' || $type eq 'nfs' || $type eq 'rbd' || $type eq 'sheepdog' || $type eq 'iscsidirect' || $type eq 'glusterfs' || $type eq 'zfs' || $type eq 'drbd') {
|
||||||
$d->{shared} = 1;
|
$d->{shared} = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user