Avoid mkfs options conflict, use minimal mkfs options to create loopfs.

Merge of master-melb:xfs-cmds:29028a by kenmcd.
This commit is contained in:
David Disseldorp
2007-06-29 06:16:22 +00:00
parent 373683715e
commit dd3adfb6f0
+1 -1
View File
@@ -68,7 +68,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \
|| _fail "!!! failed to mount" || _fail "!!! failed to mount"
_log "Create xfs fs in file on scratch" _log "Create xfs fs in file on scratch"
/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \ /sbin/mkfs.xfs -f -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \
>> $seq.full 2>&1 \ >> $seq.full 2>&1 \
|| _fail "!!! failed to mkfs xfs" || _fail "!!! failed to mkfs xfs"