Dean Roehrich
7084c0b247
port to linux
2001-10-26 14:49:00 +00:00
Nathan Scott
1f43ad9a0f
update to reflect the xfs_log_recover.c code moving into libxlog.
2001-10-17 11:00:32 +00:00
Nathan Scott
e8a1ef5ff4
fix problems with includes now that our previous linux/acl.h has gone away.
2001-10-14 22:15:25 +00:00
Nathan Scott
830fe912cc
add a group for those tests which exercise the ioctl interfaces.
2001-10-14 07:09:57 +00:00
Nathan Scott
3539d23a13
fs/namei.c::do_follow_link() has recently changed the maximum symlink
...
link count from 8 down to 5, changed the test output accordingly.
2001-10-14 06:11:21 +00:00
Steve Lord
4073261671
merge up to 2.4.12
2001-10-11 20:47:01 +00:00
Nathan Straz
95b0e99261
Adding permit and indra as test machines
2001-10-08 20:19:06 +00:00
Nathan Scott
8cb9a67668
make output deterministic for all QA hosts.
2001-10-07 22:25:36 +00:00
Nathan Scott
5724cb9519
tests out getfattr/setfattr with XFS - different namespaces, different
...
inode types, different directory descent options, backup/restore - the
works. fairly comprehensive - based on Andreas' tests for ext2, but
extended to do a few more things.
2001-10-05 08:12:26 +00:00
Dean Roehrich
378e7a5863
- Add newlines to some error messages.
...
- Allow it to daemonize itself.
- Do not daemonize if user requested verbose output.
- Get signal handlers set, whether or not daemonized.
- Use execlp instead of execl, to alleviate some guesswork about where it
expects to find wbee.
- Fix cleanup routine so it can cleanup the session--mostly, remove all
the fancy stuff that wasn't looking for the right thing anyway.
2001-10-03 16:18:54 +00:00
Nathan Scott
52b1c1c45e
First step toward making the xfsdump inventory not break the FHS spec.
...
Previously, xfsdump wrote to /var/xfsdump for all its inventory data
needs. This is now a runtime decision - for existing installations we
continue doing just that, for new installations we use the compliant-
with-FHS directory /var/lib/xfsdump. Note: cannot just mv one to the
other as xfsdump is "clever" enough to store full pathnames in all its
inventory file - this issue will be resolved by Ivan in an upcoming
xfsinvutil checkin.
2001-10-03 05:22:21 +00:00
fsgqa
f63a5c41fd
filtering was broken due to QA test change - simple fix.
2001-10-03 01:39:58 +00:00
Dean Roehrich
ebdd1ec32c
Add fixes from Takayuki Sasaki <sasaki@bsd.tnes.nec.co.jp>
...
call mk_daemon from a different place so we don't close the dmapi device.
2001-10-01 21:39:50 +00:00
fsgqa
ca1fb7f3a5
oops...checked in some temporary changes from testing on ia64 box.
2001-09-28 10:00:14 +00:00
fsgqa
d8787394a3
Add diagnostic output of bulkstat to 024.full file.
2001-09-28 09:49:27 +00:00
Nathan Straz
7f4cfff3cf
Allow the QA suite to mount the test file system if it is not already mounted.
2001-09-19 22:08:37 +00:00
Nathan Scott
a985c8bd46
really fix 044 and its use of _unexpected this time.
2001-09-19 05:33:51 +00:00
Nathan Scott
567cfbf266
ensure bulkstat ioctl directed to the filesystem, rather than the device.
2001-09-19 04:52:16 +00:00
Nathan Scott
681779d8ab
define an _unexpected routine to handle unexpected command failure.
2001-09-18 23:49:43 +00:00
Ivan Rayner
b5a59b276f
add two placeholders for IRIX tests which may get moved over sometime
2001-09-07 02:16:00 +00:00
Tim Shimmin
c909362354
specify scratch_dev on mount - don't rely on fstab or mtab.
2001-09-05 01:50:05 +00:00
Andrew Gildfind
d20ab4422e
Update for expanded dump/restore status reporting see PV #784355
2001-08-31 04:55:05 +00:00
fsgqa
06aebf6571
Use umount/mount to ensure stuff is written to disk so that
...
bulkstat will be sure to have the latest attributes for
dump/restore.
2001-08-31 04:06:45 +00:00
Tim Shimmin
24af66afa3
Add call to _stable_fs so that
...
bstat's ctime and mtime will match with reality.
2001-08-27 07:28:34 +00:00
Tim Shimmin
7baa9d88d5
Test out the new acl text error msgs.
2001-08-24 05:51:02 +00:00