fix config syntax

This commit is contained in:
NyxErinys 2026-05-26 07:32:23 -05:00
parent c5bb691b5a
commit e8b159de17

View file

@ -39,6 +39,12 @@ let
"epsilon"
];
# initiators = [
# { node_wwn = "iqn.2026-01.dev.nyxerinys:gamma"; }
# { node_wwn = "iqn.2026-01.dev.nyxerinys:delta"; }
# { node_wwn = "iqn.2026-01.dev.nyxerinys:epsilon"; }
# ];
targets = [
{ name = "authentik"; zvol = "Velaris/Containers/Authentik"; lun = 0; }
];
@ -86,10 +92,11 @@ in {
luns = [
{
index = t.lun;
storage_object = "/backstores/block/${t.name}";
plugin = "block";
name = t.name;
}
];
acls = initiators;
node_acls = initiators;
}];
}) targets;
};