ZFS: Should use zfs-mount-generator instead of udev #84447
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
Currently we are using udev:
nixpkgs/nixos/modules/tasks/filesystems/zfs.nix
Line 482 in e41a9d2
This comes with its own set of problems: #25311 (comment)
Instead we should adapt the zfs-mount-generator that was added to ZFS. This makes all filesystems we are waiting for explicit and teaches systemd about all mountpoints of zfs.
The text was updated successfully, but these errors were encountered: