summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems
diff options
context:
space:
mode:
authorSvein Ove Aas <svein.ove@aas.no>2016-04-15 17:25:32 +0100
committerSvein Ove Aas <svein.ove@aas.no>2016-04-15 17:25:32 +0100
commitf03dc598030d047ce49110f13d6a06a9dff2b16a (patch)
tree9f03ef832ad1706180b017ad7ce478718e6ee2d2 /nixos/modules/tasks/filesystems
parent7beb007a59feb798cc774006fcc5793847166694 (diff)
downloadnixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar.gz
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar.bz2
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar.lz
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar.xz
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.tar.zst
nixlib-f03dc598030d047ce49110f13d6a06a9dff2b16a.zip
zfs: Update devNodes description
Diffstat (limited to 'nixos/modules/tasks/filesystems')
-rw-r--r--nixos/modules/tasks/filesystems/zfs.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix
index f4c42b162206..19292bd1ef71 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.
         '';
       };