Skip to content

Commit

Permalink
Merge pull request #3 from mariux64/add-mdadm-assemble
Browse files Browse the repository at this point in the history
mxmount: add mdadm --assemble
  • Loading branch information
wwwutz authored Sep 5, 2017
2 parents b7a6ffe + 57306a0 commit d658bf5
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");
mount_all();
create_exports();

Expand Down

0 comments on commit d658bf5

Please sign in to comment.