paranoid testing that mkfs of scratch works without ipaths option

Merge of master-melb:xfs-cmds:23822a by kenmcd.

  paranoid testing that mkfs of scratch works without ipaths option
This commit is contained in:
Tim Shimmin
2005-09-15 15:05:47 +00:00
parent 3ebdf78c16
commit be529ae745
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -431,9 +431,11 @@ _require_scratch
rm -f $here/$seq.full
echo "mkfs"
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|| _fail "mkfs scratch failed"
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|| _notrun "i_paths not supported"
echo "mount"
_scratch_mount >>$here/$seq.full 2>&1 \
+3 -1
View File
@@ -118,9 +118,11 @@ _require_scratch
rm -f $here/$seq.full
echo "mkfs"
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|| _fail "mkfs scratch failed"
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|| _notrun "i_paths not supported"
echo "mount"
_scratch_mount >>$here/$seq.full 2>&1 \