From f03dc598030d047ce49110f13d6a06a9dff2b16a Mon Sep 17 00:00:00 2001 From: Svein Ove Aas Date: Fri, 15 Apr 2016 17:25:32 +0100 Subject: [PATCH] zfs: Update devNodes description --- nixos/modules/tasks/filesystems/zfs.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index f4c42b16220..19292bd1ef7 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -80,11 +80,8 @@ in description = '' Name of directory from which to import ZFS devices. - Usually /dev works. However, ZFS import may fail if a device node is renamed. - It should therefore use stable device names, such as from /dev/disk/by-id. - - The default remains /dev for 15.09, due to backwards compatibility concerns. - It will change to /dev/disk/by-id in the next NixOS release. + This should be a path under /dev containing stable names for all devices needed, as + import may fail if device nodes are renamed concurrently with a device failing. ''; };