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
When try to install with my configuration with nixos-anywhere the installer trys to check an make sure that all disks are accounted for with this as its query:
which results in the error: not all disks accounted for, skipping creating zpool rpool
which comes out false because the first half is trying to use the device names I defined where as the second half is trying to use the hashed label that was generated in gtp.nix::87
I'm struggling a bit to follow the code an where the issue is exactly and struggling even more on trying out changes on my local but I think it might be that the function formatOutput in zpool.nix::197 needs have the same check that gtp.nix uses when generating its labels if the label length is too long.
The text was updated successfully, but these errors were encountered:
yep thats what I'm doing for now but it was a bit of a nightmare to try and figure out what wasn't working do I just wanted to document the issue somewhere
I have a configuration set up roughly like this:
When try to install with my configuration with
nixos-anywhere
the installer trys to check an make sure that all disks are accounted for with this as its query:which results in the error:
not all disks accounted for, skipping creating zpool rpool
which comes out false because the first half is trying to use the device names I defined where as the second half is trying to use the hashed label that was generated in
gtp.nix::87
I'm struggling a bit to follow the code an where the issue is exactly and struggling even more on trying out changes on my local but I think it might be that the function
formatOutput
inzpool.nix::197
needs have the same check thatgtp.nix
uses when generating its labels if the label length is too long.The text was updated successfully, but these errors were encountered: