nixpkgs/nixos
Svein Ove Aas 788f56ae15 zfs:Add zfs.devNodes option for zpool import -d
(cherry picked from commit 9a82dd87f7)

Reason: Importing devices from /dev/disk/by-id can prevent certain bugs
that lead to ZFS pool corruption, as mentioned in #11668.

That said, although this adds the option to import from /dev/disk/by-id,
I'm not yet changing the default import path in the stable channel
because possibly some block devices may not show up in /dev/disk/by-id,
causing a perfectly-working system to become unbootable. It's probably
safer to battle test the new default path in the unstable channel
instead, and let it become part of the stable channel as part of the
next NixOS release.
2016-01-07 13:52:54 +01:00
..
doc/manual Prevent future store path references in the manual 2015-10-23 01:21:33 +02:00
lib nova-image: use make-disk-image.nix 2015-10-26 16:20:40 +01:00
maintainers Make EBS volumes much smaller 2015-09-28 22:51:31 +02:00
modules zfs:Add zfs.devNodes option for zpool import -d 2016-01-07 13:52:54 +01:00
tests Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2016-01-02 12:35:25 +01:00
COPYING Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Fix nixos-option 2013-10-28 22:45:58 +01:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix Disable lightdm test 2015-08-17 10:48:04 +02:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix Add some preferLocalBuild 2015-12-29 17:22:22 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.