xfs
[Top] [All Lists]

TAKE - Adds rmt tape capability to xfsdump/xfsrestore

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - Adds rmt tape capability to xfsdump/xfsrestore
From: Timothy Shimmin <tes@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Sep 2000 10:29:24 +1100 (EST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Modid:  2.4.x-xfs:slinx:74825a
Date:  Thu Sep 21 16:26:06 PDT 2000
Workarea:  snort:/build4/tes/slinx-xfs
Author:  tes

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs

cmd/xfs/doc/README.xfsdump - 1.2
        - Add contents paragraph. Update paragraph on testing.
          Update TODO list.

cmd/xfs/dump/Makefile - 1.5
        - Add librmt directory.

cmd/xfs/dump/common/drive_minrmt.c - 1.21
        - Add handling of ENOSPC - IRIX rmt returns ENOSPC for erased media.

cmd/xfs/dump/common/drive_scsitape.c - 1.24
        - This actually adds nothing. Oops. It was checked into beta already
          to fix multiple dumps to a tape.

cmd/xfs/dump/dump/Makefile - 1.17
        - Add librmt for linking. This adds remote tape capability to xfsdump.

cmd/xfs/dump/restore/Makefile - 1.8
        - Add librmt for linking. This adds remote tape capability to 
xfsrestore.

cmd/xfs/man/man8/xfsdump.8 - 1.3
cmd/xfs/man/man8/xfsrestore.8 - 1.3
        - Put back text the says that remote tapes are supported.

cmd/xfs/stress/022 - 1.2
        - Add explicit calls for requiring tape and erasing tape.

cmd/xfs/stress/022.out - 1.4
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/023 - 1.2
        - Add explicit calls for requiring tape and erasing tape.

cmd/xfs/stress/023.out - 1.4
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/024 - 1.2
        - Add explicit calls for requiring tape and erasing tape.

cmd/xfs/stress/024.out - 1.4
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/025 - 1.2
        - Add explicit calls for requiring tape and erasing tape.

cmd/xfs/stress/025.out - 1.3
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/026 - 1.3
        - Get rid of variable, no_tape_required - now use function call
          if require a tape.

cmd/xfs/stress/026.out - 1.3
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/027 - 1.3
        - Get rid of variable, no_tape_required - now use function call
          if require a tape.

cmd/xfs/stress/027.out - 1.2
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/028 - 1.4
        - Minor changes to match with the updated common.dump.

cmd/xfs/stress/028.out - 1.3
        - Change to SCRATCH instead of TEST.

cmd/xfs/stress/035 - 1.2
        - Try restoring the 2nd dump on the tape and comparing
          that one.

cmd/xfs/stress/035.out - 1.2
        - Restores smaller 2nd dump now.

cmd/xfs/stress/README - 1.6
        - Add stuff about RMT_TAPE's and correct reference
          from common.rc to common.config.

cmd/xfs/stress/common.config - 1.6
        - Add stuff for RMT_TAPE's for bruce and sagan.

cmd/xfs/stress/common.dump - 1.15
        - Heaps of changes to make stuff a bit more generic so
          that we could more easily test remote tape capability.

cmd/xfs/stress/group - 1.37
        - Add tests for checking the rmt tape capability of xfsdump/restore.

cmd/xfs/stress/src/Makefile - 1.14
        - Add testrmt to Makefile.

cmd/xfs/dump/librmt/Makefile - 1.1
        - Build librmt library for dump.

cmd/xfs/dump/librmt/isrmt.c - 1.1
cmd/xfs/dump/librmt/rmtabort.c - 1.1
cmd/xfs/dump/librmt/rmtaccess.c - 1.1
cmd/xfs/dump/librmt/rmtclose.c - 1.1
cmd/xfs/dump/librmt/rmtcommand.c - 1.1
cmd/xfs/dump/librmt/rmtcreat.c - 1.1
cmd/xfs/dump/librmt/rmtdev.c - 1.1
cmd/xfs/dump/librmt/rmtfstat.c - 1.1
cmd/xfs/dump/librmt/rmtioctl.c - 1.1
cmd/xfs/dump/librmt/rmtisatty.c - 1.1
        - librmt function.

cmd/xfs/dump/librmt/rmtlib.h - 1.1
        - Local header file for library.

cmd/xfs/dump/librmt/rmtlseek.c - 1.1
cmd/xfs/dump/librmt/rmtopen.c - 1.1
cmd/xfs/dump/librmt/rmtread.c - 1.1
cmd/xfs/dump/librmt/rmtstatus.c - 1.1
cmd/xfs/dump/librmt/rmtwrite.c - 1.1
        - librmt function.

cmd/xfs/stress/036 - 1.1
cmd/xfs/stress/036.out - 1.1
        - Test xfsdump/restore minrmt to a remote IRIX tape.

cmd/xfs/stress/037 - 1.1
cmd/xfs/stress/037.out - 1.1
        - Test xfsdump/restore minrmt to a remote linux tape.

cmd/xfs/stress/038 - 1.1
cmd/xfs/stress/038.out - 1.1
        - Test xfsdump/restore to a remote linux tape.

cmd/xfs/stress/039 - 1.1
cmd/xfs/stress/039.out - 1.1
        - Test xfsdump/restore to a remote IRIX tape.

cmd/xfs/stress/src/testrmt.c - 1.1
        - Test the dump/librmt library in isolation - i.e.
          out of the context of xfsdump/xfsrestore.
          It is basically a cut-down mt(1) with remote tape
          capability like it is on IRIX.


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - Adds rmt tape capability to xfsdump/xfsrestore, Timothy Shimmin <=