Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
5062
Description
This issue was created by maloo for Prakash Surya <surya1@llnl.gov>
This issue relates to the following test suite run: https://maloo.whamcloud.com/test_sets/2af9f344-595e-11e0-a272-52540025f9af.
The sub-test test_27z failed with the following error:
mounting /tmp/lustre-ost2 as ldiskfs failed
The check_seq_oid() function tries to mount the loopback OST file as ldiskfs and fails. The reason it fails, is that it is trying to mount the OST at the same mount point of its lustre mount.
i.e. /tmp/lustre-ost2 is mounted at /mnt/ost2 as lustre. The check_seq_oid() function then tries to mount /tmp/lustre-ost2 at /mnt/ost2 as ldiskfs and fails.