Displaying 3 results from an estimated 3 matches for "test_dev".
Did you mean:
test_deb
2010 Jun 16
0
xfstests build and other questions/issues
...ed a log of the build (build.log).
If I ignore the build error and just go ahead and try to run the
tests my first question is, "What do I run?". Looking at the README
it looks like I want to run "./check".
However, when I run "./check" I get:
common.rc: Error: $TEST_DEV (/dev/sda8) is not a MOUNTED xfs filesystem
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda8 btrfs 114254248 75250032 39004216 66% /test
If any/all of this is covered by the wiki, please point me at it. I''ve
tried looking for it but have not...
2013 Jul 01
1
[PATCH v2] xfstests: btrfs/316: cross-subvolume sparse copy
...+btrfs subvol delete $SUBVOL1 >/dev/null 2>&1
+btrfs subvol delete $SUBVOL2 >/dev/null 2>&1
+
+mkdir $TESTDIR1
+mkdir $TESTDIR2
+btrfs subvolume create $SUBVOL1 >> $seqres.full
+btrfs subvolume create $SUBVOL2 >> $seqres.full
+_mount -t btrfs -o subvol=subvol-$seq-1 $TEST_DEV $SCRATCH_MNT
+
+echo "Create initial files"
+# TESTDIR1/file1 is very small and will be inlined
+$XFS_IO_PROG -f -c ''pwrite -S 0x61 0 10'' $TESTDIR1/file1 >> $seqres.full
+$XFS_IO_PROG -f -c ''pwrite -S 0x62 0 13000'' $SCRATCH_MNT/file2 >>
$se...
2013 Jul 02
6
[PATCH v3] xfstests: btrfs/316: cross-subvolume sparse copy
...+btrfs subvol delete $SUBVOL1 >/dev/null 2>&1
+btrfs subvol delete $SUBVOL2 >/dev/null 2>&1
+
+mkdir $TESTDIR1
+mkdir $TESTDIR2
+btrfs subvolume create $SUBVOL1 >> $seqres.full
+btrfs subvolume create $SUBVOL2 >> $seqres.full
+_mount -t btrfs -o subvol=subvol-$seq-1 $TEST_DEV $SCRATCH_MNT
+
+echo "Create initial files"
+# TESTDIR1/file1 is very small and will be inlined
+$XFS_IO_PROG -f -c ''pwrite -S 0x61 0 10'' $TESTDIR1/file1 >> $seqres.full
+$XFS_IO_PROG -f -c ''pwrite -S 0x62 0 13000'' $SCRATCH_MNT/file2 >> $seq...