Merge pull request #14276 from grahamc/patch-2

nixos.tests.installer.swraid: mdadm verbosity
This commit is contained in:
joachifm 2016-03-28 21:16:09 +00:00
commit 7f75411619

View file

@ -366,8 +366,8 @@ in {
"mkdir /mnt/boot",
"mount LABEL=boot /mnt/boot",
"udevadm settle",
"mdadm -W /dev/md0", # wait for sync to finish; booting off an unsynced device tends to fail
"mdadm -W /dev/md1",
"mdadm --verbose -W /dev/md0", # wait for sync to finish; booting off an unsynced device tends to fail
"mdadm --verbose -W /dev/md1",
);
'';
};