Commit Graph

935 Commits

Author SHA1 Message Date
Mohamed Barwani 3b4ac2bd37 common.config minor changes
Merge of master-melb:xfs-cmds:28337a by kenmcd.

  Modified partitions and host name for cxfsaltix2. Now kermit1.
2007-04-02 06:10:17 +00:00
David Disseldorp 55e220f4c9 inferno is now called gaspode
Merge of master-melb:xfs-cmds:28326a by kenmcd.
2007-03-30 06:13:25 +00:00
David Disseldorp a34fe069a5 This change makes test 041 function correctly other blocks sizes, not just 4096.
The FS bsize is extracted from _filter_mkfs and then used to calculate growfs "destination" size.
Merge of master-melb:xfs-cmds:28222a by kenmcd.

  calculate one meg in blocks, then use that value to calculate grow-to values.
2007-03-09 02:58:48 +00:00
Lachlan McIlroy 0e907ec7cf fsx was calling vfprintf twice without resetting the va_list argument
Merge of master-melb:xfs-cmds:28212a by kenmcd.

  fsx was calling vfprintf twice without resetting the va_list argument and
  this caused a segfault on the second call.  Now uses one call to vsnprintf
  to print to a buffer and uses that multiple times.
2007-03-08 03:02:20 +00:00
leenap.longdrop.melbourne.sgi.com 22e7fdab4c -
Merge of master-melb:xfs-cmds:28207a by kenmcd.
2007-03-05 14:43:47 +00:00
leenap.longdrop.melbourne.sgi.com fe52b3cd74 Added changed xfs test device to cxfsaltix2 config.
Merge of master-melb:xfs-cmds:28206a by kenmcd.

  -
2007-03-05 14:43:03 +00:00
leenap.longdrop.melbourne.sgi.com 3fbd202f09 Changed the test parametrs for cxfsaltix5.
Merge of master-melb:xfs-cmds:28158a by kenmcd.
2007-02-22 05:09:49 +00:00
Vlad Apostolov fbdf0823b5 XFSQA test 144 fails again on tot linux_xfs
Merge of master-melb:xfs-cmds:28113a by kenmcd.

  pv 961215, rv allanr - replacing fsync() with global sync()
2007-02-16 02:59:54 +00:00
Vlad Apostolov 1446a39125 Fix menu items order
Merge of master-melb:xfs-cmds:28083a by kenmcd.

  Fix menu items order
2007-02-13 02:54:16 +00:00
Tim Shimmin 7584d33f1b Put the output of fsx into seq.full and output all of seq.full on failure.
Just to give more context around the error if we get one.
Merge of master-melb:xfs-cmds:28068a by kenmcd.

  Put the output of fsx into seq.full and output all of seq.full on failure.
  Just to give more context around the error if we get one.
2007-02-12 05:08:57 +00:00
David Disseldorp 7a66930c57 added flame, modified indentation
Merge of master-melb:xfs-cmds:28062a by kenmcd.

  added flame, modified indentation
2007-02-12 02:55:02 +00:00
Allan Randall 71a17a861d Modified golden output to reflect NUM loop filter
Merge of master-melb:xfs-cmds:28052a by kenmcd.

  Modified golden output to reflect NUM loop filter
2007-02-08 14:48:49 +00:00
David Disseldorp 48b4c4b13a _check_sids previously grepped the entire output of dm_getall_sessions for sids, which is:
ret=dm_getall_sessions return value
rnelem=number of sessions
sids="sid1 sid2 ... sidn "

If the session id of a previously destroyed session matches the current number of sessions (rnelem),
then _check_sids() $PREV_DESTROYED_SID will _not_ flag ERROR: SID(s) not created.

This fix also makes _check_sids() not rely on sids being consecutive. DMF may be running on a FS in background.

Tested on Linux and Irix.
Merge of master-melb:xfs-cmds:28043a by kenmcd.

  change _check_sids to go through sids line 1 by 1 checking for matches
2007-02-07 14:37:33 +00:00
David Disseldorp dfd5bd939e XFSQA 122 on machines with xfs_lazy_sb.patch have failed due to the addition of __be32 agf_btreeblks to xfs_agf_t.
This change causes 122 detect whether the patch is installed by greping for lazy count in mkfs output, the xfs_agf_t size is then filtered based on the patch status.
The original intention was to check /lib/modules/$(uname -r)/source/fs/xfs/xfs_ag.h for btreeblks and filter on this, however the kernel source is not a prereq for XFSQA.
Merge of master-melb:xfs-cmds:28014a by kenmcd.

  pipe get_structs.c output through _type_size_filter to filter out known changes to xfs type sizes
2007-02-05 02:52:17 +00:00
David Disseldorp fef38da4f7 fix null string comparison in notrun case
Merge of master-melb:xfs-cmds:28004a by kenmcd.
2007-01-31 14:36:17 +00:00
leenap.longdrop.melbourne.sgi.com c7abee77d2 -
Merge of master-melb:xfs-cmds:27993a by kenmcd.

  -
2007-01-25 14:46:44 +00:00
leenap.longdrop.melbourne.sgi.com 2f93e7fa24 -
Merge of master-melb:xfs-cmds:27977a by kenmcd.

  -
2007-01-22 02:53:19 +00:00
David Disseldorp ad59af0117 change inferno, sheila and chapter11 configs to follow same test partition conventions
Merge of master-melb:xfs-cmds:27957a by kenmcd.
2007-01-17 15:00:07 +00:00
leenap.longdrop.melbourne.sgi.com 825c1c7e39 Changed specs for cxfsaltix2
Merge of master-melb:xfs-cmds:27929a by kenmcd.

  Changed specs for cxfsaltix2
2007-01-16 02:59:49 +00:00
leenap.longdrop.melbourne.sgi.com 06284fa0ce Updated the config for cxfsaltix2
Merge of master-melb:xfs-cmds:27927a by kenmcd.

  Updated config for cxfsaltix2
2007-01-16 02:59:06 +00:00
Allan Randall 133fdfd9c5 Integrate dmapi suite 1 into xfsqa infrastructure
Merge of master-melb:xfs-cmds:27924a by kenmcd.

  added IRIX to _supported_os
2007-01-16 02:58:21 +00:00
leenap.longdrop.melbourne.sgi.com 95e61ff3b2 Added cxfsaltix2 to the list of known hosts.
Merge of master-melb:xfs-cmds:27913a by kenmcd.

  Added cxfsaltix2 to the list of known hosts.
2007-01-12 15:54:24 +00:00
leenap.longdrop.melbourne.sgi.com 684e6131b1 -.
Merge of master-melb:xfs-cmds:27905a by kenmcd.

  -.
2007-01-11 05:11:03 +00:00
leenap.longdrop.melbourne.sgi.com d6b2f6ff18 -
Merge of master-melb:xfs-cmds:27903a by kenmcd.

  -.
2007-01-11 02:57:41 +00:00
leenap.longdrop.melbourne.sgi.com e27fb8e95c Modified devices for cxfsaltix5
Merge of master-melb:xfs-cmds:27902a by kenmcd.

  Modified devices for cxfsaltix5
2007-01-11 02:56:56 +00:00