From 23f7937d6b0a4a9ac0cbb7521bfe82ac40d97ee9 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 11 Sep 2017 16:51:58 +0200 Subject: [PATCH] mxmount: add --no-degraded to mdadm --assemble This assembles but does not start degraded arrays. --- mxmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxmount b/mxmount index 2a2e05d..22324c2 100755 --- a/mxmount +++ b/mxmount @@ -53,7 +53,7 @@ foreach(@lines) { #print Dumper \%D; add_data0_if_not_present(); -system("mdadm --assemble --scan --config=partition"); +system("mdadm --assemble --scan --config=partition --no-degraded"); mount_all(); create_exports();