You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's something wrong in blivet or nixpart or nixops, it doesn't know that it should stop all VGs on the device before trying to --stop it.
I think this is because of some failed (or rather, successful?) deployment before that created the current state as shown in lsblk; I suspect that when the rescue mode boots, it immediately starts the mdadm array and the LVM volume group.
I could work around it by wiping that LVM setup manually:
(Note, I accidentally filed the corresponding
nixpart
issue first: NixOS/nixpart#10)I'm using this on Hetzner:
I get:
Going into rescue mode manually and running it myself hints at the problem:
Indeed, the problem is that the volume group is active:
After this I can stop:
I think there's something wrong in
blivet
ornixpart
ornixops
, it doesn't know that it should stop all VGs on the device before trying to--stop
it.I think this is because of some failed (or rather, successful?) deployment before that created the current state as shown in
lsblk
; I suspect that when the rescue mode boots, it immediately starts the mdadm array and the LVM volume group.I could work around it by wiping that LVM setup manually:
But I think that nixops should be able to provision Hetzner machines, no matter what's on the disk.
The text was updated successfully, but these errors were encountered: