Commit b785521
Pass LVM config to Instance on construction
Instance::new() initialises lvm with empty strings and relies on
with_lvm() being called afterwards to populate it from ManagerConfig,
but with_lvm() was never called. As a result, lvcreate was invoked
with an empty volume group, producing paths like "/base-default"
instead of "runners/base-default", causing all slot boot cycles to fail.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 85bfeb6 commit b785521
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments