Dear Andreas,<br><br>Thank you. I had used "tune2fs -f -E clear-mmp /dev/sdd1".<br>And we also found the other problem! That problem was LAST_ID.<br>We had fixed the problem.<br><br>Best Regards,<br><br>Warp<br><div class="gmail_quote">

2010/11/2 Andreas Dilger <span dir="ltr"><<a href="mailto:andreas.dilger@oracle.com">andreas.dilger@oracle.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 2010-10-25, at 12:07, Warp Tseng wrote:<br>
> === Error 1 ===<br>
> oss1:~ # mount -t lustre /dev/sdd1 /mnt/wk2-ost1<br>
> mount.lustre: mount /dev/sdd1 at /mnt/wk2-ost1 failed: Invalid argument<br>
> This may have multiple causes.<br>
> Are the mount options correct?<br>
> Check the syslog for more info.<br>
> === Error 1 ===<br>
<br>
</div>Did you check the syslog for more info, like the message said?<br>
<div class="im"><br>
> === Error 2 ===<br>
> oss1:~ # e2fsck /dev/sdd1<br>
> e2fsck 1.41.10.sun2 (24-Feb-2010)<br>
> e2fsck: MMP: fsck being run while trying to open /dev/sdd1<br>
<br>
</div>I assume you are not running e2fsck on another node?  Perhaps you had started e2fsck previously and killed it?  If you are sure e2fsck is not being run, you can use:<br>
<br>
tune2fs -f -E clear-mmp /dev/sdd1<br>
<br>
to clear this flag, and then run "e2fsck -fy /dev/sdd1" again.<br>
<br>
Cheers, Andreas<br>
<font color="#888888">--<br>
Andreas Dilger<br>
Lustre Technical Lead<br>
Oracle Corporation Canada Inc.<br>
<br>
</font></blockquote></div><br>