Skip to content

Commit

Permalink
Merge pull request #4 from mariux64/enhance-mdadm-assemble
Browse files Browse the repository at this point in the history
mxmount: add --no-degraded to mdadm --assemble
  • Loading branch information
pmenzel authored Sep 11, 2017
2 parents d658bf5 + 23f7937 commit ae36627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxmount
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit ae36627

Please sign in to comment.