linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to run xfstests against multipath disks on SuSE?
@ 2012-11-26  0:00 Ryan Wang
  2012-11-26 13:43 ` Lukáš Czerner
  0 siblings, 1 reply; 9+ messages in thread
From: Ryan Wang @ 2012-11-26  0:00 UTC (permalink / raw)
  To: linux-ext4, Theodore Ts'o

Hello,

I tried to kick off xfstests on multipath device, e.g I set
TEST_DEV="/dev/mapper/mpatha", which is a symlink
to "/dev/dm-0". I run mkfs on mpatha beforehand.

When I run "./check 001", it said:
"
common.rc: Error: $TEST_DEV (/dev/dm-0) is not a MOUNTED ext4 filesystem
"

The I checked the script common.rc, and found that it uses
df to determine the filesystem type and it uses the realpath
"/dev/dm-0" instead of "/dev/mapper/mpatha", while df always
shows "devtmpfs" instead of "ext4" for /dev/dm-0.

I run "mount" and found that devtmpfs is mount on /dev/ on opensuse
***by default***. Even though  I run "mount -t btrfs /dev/dm-0 /somedir",
df still showed devtmpfs.

Any ideas to kick off the xfstests?

thanks,

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-11-27 20:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26  0:00 How to run xfstests against multipath disks on SuSE? Ryan Wang
2012-11-26 13:43 ` Lukáš Czerner
2012-11-26 14:55   ` Theodore Ts'o
2012-11-27  1:20     ` Ryan Wang
2012-11-27  3:14       ` Dave Chinner
2012-11-27 17:08         ` Eric Sandeen
2012-11-27 20:35           ` Dave Chinner
2012-11-27 20:37             ` Eric Sandeen
2012-11-27 20:55               ` Rich Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).