Failed to umount home when shutting down owl nodes #40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After adding the shared nix store, the nodes are having problems to shutdown:
Systemd is probably trying to remove the /nix/store overlay mount while it is in use.
Maybe we can try to use the LazyUnmount option for the overlay nix store mount.
However, the home mount shouldn't fail either.
The LazyMount solves the "Failed unmounting /nix/store." but the home problem remains.