Commit Graph

12 Commits

Author SHA1 Message Date
Brad Scarlett c7167f667a Fix 073 to run on sles10 systems
Merge of master-melb:xfs-cmds:31236a by kenmcd.
2008-05-28 04:05:02 +00:00
Dave Chinner 247f0f7d14 Don't use /tmp for hosting loopback images
/tmp might be small, might not support files larger than 2GB,
etc, so trying to host loopback images of 100GB filesystems
will break in some situations. We should use $TEST_DIR for the
images.

Note: remounting of loopback images has a major bug (in mount)
that "leaks" loopback device references. Hence all the hackery
with losetup to work around this.
Merge of master-melb:xfs-cmds:31169a by kenmcd.

  Don't use /tmp for hosting loopback images
2008-05-15 16:37:27 +00:00
David Disseldorp 1d315d6785 XFSQA 073 is still not correctly cleaning up $tmp,
this is because $tmp.source_dir is not an empty dir.

This change recursively deletes everything in $tmp.source_dir.
Not required for $tmp.loop as it is used as a loopback mountpoint.

the ignore external MKFS_OPTIONS change is no longer required,
as _scratch_mkfs_xfs now handles conflicting options.
Merge of master-melb:xfs-cmds:28863a by kenmcd.

  cleanup tmp and don't kill mkfs options
2007-06-08 16:24:08 +00:00
David Disseldorp f3cc085bbc cleanup xfs_copy images after running test
Merge of master-melb:xfs-cmds:27351a by kenmcd.
2006-11-06 02:52:23 +00:00
Allan Randall 176a17cc7c fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS
Merge of master-melb:xfs-cmds:26322a by kenmcd.

  fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS.
2006-06-23 02:57:44 +00:00
Nathan Scott 6712554df4 Fix filtering in xfs_copy test 073.
Merge of master-melb:xfs-cmds:25610a by kenmcd.
2006-03-30 03:53:33 +00:00
Nathan Scott 640164847a Update copyright annotations and license boilerplates to correspond with SGI Legals preferences.
Merge of master-melb:xfs-cmds:24327a by kenmcd.
2005-11-09 02:49:08 +00:00
Nathan Scott 52f7291600 Fix test 073 after changes to handle external log/rt devices.
Merge of xfs-cmds-melb:slinx:20287a by kenmcd.
2004-11-24 13:44:32 +00:00
ptools cb6beb9759 Fixed merge problems 2004-06-15 07:32:36 +00:00
fsgqa 26290f238c Use a smaller scratch bigfs, 1tb is a bad idea without big-AG changes 2003-07-25 00:45:59 +00:00
fsgqa 9a1f202608 QA updates for testing xfs_copy 2003-07-22 02:38:08 +00:00
fsgqa 72f0ade93d Crank up fsstress a whole lot, enable unwritten extents everywhere, remove need for special getpagesize program 2003-07-14 05:12:23 +00:00