diff --git a/xCAT-server/sbin/configmic b/xCAT-server/sbin/configmic index ad8cfdce0..fdcba748c 100755 --- a/xCAT-server/sbin/configmic +++ b/xCAT-server/sbin/configmic @@ -119,6 +119,10 @@ if ($rc) { runsyscmd ($cmd); $cmd = "mount -a"; runsyscmd ($cmd); +} else { + # run mount -a anyway + $cmd = "mount -a"; + runsyscmd ($cmd); } # make sure the remote files are accessable @@ -273,7 +277,7 @@ foreach my $micid (keys %miccfg) { } # start the mpss service after the configuration -$cmd = "service mpss start >/dev/null 2>&1"; +$cmd = "service mpss start >/dev/null 2>&1