fix storage object

This commit is contained in:
NyxErinys 2026-05-26 08:13:22 -05:00
parent bc315a764e
commit bc7ddca111

View file

@ -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;