Skip to content

Commit

Permalink
mxmount: remove mdadm --assemble
Browse files Browse the repository at this point in the history
assembly is now done via mxtools/mxraid, before mxmount
is called.
  • Loading branch information
thomas committed Feb 15, 2018
1 parent e1daec8 commit 28c7f01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxmount
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ foreach(@lines) {
#print Dumper \%D;

add_data0_if_not_present();
system("mdadm --assemble --scan --config=partition --no-degraded");
mount_all();
create_exports();

Expand Down

0 comments on commit 28c7f01

Please sign in to comment.