Re: [PATCH] snapshot, defragment and raid test cases for btrfs
From: Greg Freemyer <hidden>
Date: 2011-08-05 15:40:42
Also in:
linux-fsdevel, linux-xfs
On Fri, Aug 5, 2011 at 9:53 AM, Amir Goldstein [off-list ref] wro= te:
Hi Anand, Can you please post the patch in the body of the message so we can comment on it inline. Aditya is also working on a btrfs snapshots xfstest (currently named 257) as part of his Google summer of code project. It would be great if you guys can cooperate your efforts. BTW, while running Aditya's test, Greg has stumbled upon a btrfs OOPS=
=2E
Greg can provide more details about it. Cheers, Amir. On Fri, Aug 5, 2011 at 10:59 AM, Anand Jain [off-list ref] w=
rote:
quoted
Hi, =A0Attached is the patch for the xfstests, which adds snapshot, =A0defragment and volume management test cases for the btrfs =A0(257, 258 and 259 respectively). =A0This introduces a new user variable 'DISK_POOL' which should =A0be set to disks for the raid tests. =A0An example of usage of these tests is as below. ------------ [root@localhost xfstests]# cat local.config TEST_DEV=3D"/dev/sdd" TEST_DIR=3D/btrfs SCRATCH_DEV=3D"/dev/sde" SCRATCH_MNT=3D/btrfs1 DISK_POOL=3D"/dev/sdf /dev/sdg" [root@localhost xfstests]# [root@localhost xfstests]# ./check 257 258 259 FSTYP -- btrfs PLATFORM -- Linux/i686 localhost 3.0.0-rc6+ MKFS_OPTIONS -- /dev/sde MOUNT_OPTIONS -- -o context=3Dsystem_u:object_r:nfs_t:s0 /dev/sde /b=
trfs1
quoted
257 8s 258 3s 259 33s Ran: 257 258 259 Passed all 3 tests ---------------- =A0Thank you. Anand
Anand, I've only reproduced the oops in 2.6.39 and older using openSUSE 11.4 u= serspace. I have not tried with 3.0 or newer nor with newer userspace, so it may or may not have been fixed. It happened with a openSUSE kernel, so I put it in their bugzilla. https://bugzilla.novell.com/show_bug.cgi?id=3D705039 Just yesterday, I put the actual full recreate details in the bugzilla. They are: =3D=3D=3D I was working the xfstests git tree cloned via: git clone https://github.com/adityadani/xfstests # Then, get an older commit that apparently has a userspace bug that triggers a kernel oops. git checkout 1b712a4512d63502fab6 # Then prep for the test export TEST_DEV=3D/dev/sda3 export TEST_DIR=3D/xfstests_mnt export SCRATCH_DEV=3D/dev/sda1 export SCRATCH_MNT=3D/xfstests_mnt_scratch export FSTYP=3Dbtrfs umount $TEST_DIR umount $SCRATCH_MNT mkfs.btrfs $TEST_DEV mkfs.btrfs $SCRATCH_DEV mount $TEST_DEV $TEST_DIR mount $SCRATCH_DEV $SCRATCH_MNT # Then run the test =2E/check 255 I didn't keep the oops, but it seems reproducible enough. The oops was also put into the kde-oops catcher. =3D=3D=3D I don't know what aspect of that test triggers the oops. But the latest version of test does not trigger it. The latest version of that test in Aditya's tree has been changed to test 256. Sounds like that will change to at least 260 before it gets submitted. Hope that helps, Greg -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html