[BACK]Return to 063.out CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests

File: [Development] / xfs-cmds / xfstests / 063.out (download)

Revision 1.4, Thu Jun 8 12:50:04 2006 UTC (11 years, 4 months ago) by wkendall
Branch: MAIN
Changes since 1.3: +3 -5 lines

A recent mod changed the number of phases in xfsdump, and consequently the
xfsdump output changed. This mod fixes the expected output for the xfsdump
tests, as well as a few other minor bugs I came across when running the
xfsdump qa tests.

QA output created by 063
Creating directory system to dump using src/fill.
Setup Attribute "attr1" set to a 9 byte value for smalll:
some_text
.Attribute "attr2" set to a 10 byte value for biggg:
some_text2
.Attribute "attr3" set to a 10 byte value for sub/smalll:
some_text3
.Attribute "attr4" set to a 10 byte value for sub/biggg:
some_text4
.Attribute "attr5" set to a 8 byte value for dir:
dir_text
...............
Dumping to file...
xfsdump  -f DUMP_FILE -M stress_tape_media -L stress_063 SCRATCH_MNT
xfsdump: using file dump (drive_simple) strategy
xfsdump: level 0 dump of HOSTNAME:SCRATCH_MNT
xfsdump: dump date: DATE
xfsdump: session id: ID
xfsdump: session label: "stress_063"
xfsdump: ino map phase 1: constructing initial dump list
xfsdump: ino map phase 2: skipping (no pruning necessary)
xfsdump: ino map phase 3: skipping (only one dump stream)
xfsdump: ino map construction complete
xfsdump: estimated dump size: NUM bytes
xfsdump: /var/xfsdump/inventory created
xfsdump: creating dump session media file 0 (media 0, file 0)
xfsdump: dumping ino map
xfsdump: dumping directories
xfsdump: dumping non-directory files
xfsdump: ending media file
xfsdump: media file size NUM bytes
xfsdump: dump size (non-dir files) : NUM bytes
xfsdump: dump complete: SECS seconds elapsed
xfsdump: Dump Status: SUCCESS
Restoring from file...
xfsrestore  -f DUMP_FILE  -L stress_063 RESTORE_DIR
xfsrestore: using file dump (drive_simple) strategy
xfsrestore: using online session inventory
xfsrestore: searching media for directory dump
xfsrestore: examining media file 0
xfsrestore: reading directories
xfsrestore: 4 directories and 21 entries processed
xfsrestore: directory post-processing
xfsrestore: restoring non-directory files
xfsrestore: restore complete: SECS seconds elapsed
xfsrestore: Restore Status: SUCCESS
Comparing dump directory with restore directory
Looking at the extended attributes (EAs)
EAs on dump
User names
Attribute "attr5" had a 8 byte value for DUMP_DIR/dir:
dir_text
Attribute "attr1" had a 9 byte value for DUMP_DIR/smalll:
some_text
Attribute "attr3" had a 10 byte value for DUMP_DIR/sub/smalll:
some_text3
Root names
Attribute "attr2" had a 10 byte value for DUMP_DIR/biggg:
some_text2
Attribute "attr4" had a 10 byte value for DUMP_DIR/sub/biggg:
some_text4
EAs on restore
User names
Attribute "attr5" had a 8 byte value for DUMP_DIR/dir:
dir_text
Attribute "attr1" had a 9 byte value for DUMP_DIR/smalll:
some_text
Attribute "attr3" had a 10 byte value for DUMP_DIR/sub/smalll:
some_text3
Root names
Attribute "attr2" had a 10 byte value for DUMP_DIR/biggg:
some_text2
Attribute "attr4" had a 10 byte value for DUMP_DIR/sub/biggg:
some_text4
Files 063.ea1 and 063.ea2 are identical