From 37617a2c4522176b5ebd07909f3c8a24a2aaa8ff Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 28 Mar 2016 14:00:00 -0500 Subject: nixos.tests.installer.swraid: mdadm verbosity These two steps seem to fail intermittently with exit code 1. It isn't clear to me why, or what the issue is. Adding the `--verbose` option, hoping to capture some debugging information which might aid stabilization. Also: I was unable to replicate the failure locally. --- nixos/tests/installer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/tests/installer.nix') diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 9e5a6ad04e1e..05c3f267eb93 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -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", ); ''; }; -- cgit 1.4.1