fix storage object
This commit is contained in:
parent
bc315a764e
commit
bc7ddca111
1 changed files with 1 additions and 2 deletions
|
|
@ -104,8 +104,7 @@ in {
|
||||||
luns = [
|
luns = [
|
||||||
{
|
{
|
||||||
index = t.lun;
|
index = t.lun;
|
||||||
plugin = "block";
|
storage_object = "/backstores/block/${t.name}";
|
||||||
name = t.name;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
node_acls = initiators;
|
node_acls = initiators;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue