mkfe2fs unfortunately hasn't heard about real enterprise setups using

whole disks and needs the -F option to create a filesystem on those
without asking stupid questions that make the testcases block forever.


Signed-off-by: Christoph Hellwig <hch@lst.de>
Merge of master-melb:xfs-cmds:32546a by kenmcd.

  fix xfsqa on whole disks
This commit is contained in:
Barry Naujok
2008-11-26 02:43:44 +00:00
parent 4be0d16663
commit a87c927524
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ echo "--- mounts" >> $seq.full
mount >> $seq.full
_log "Create ext2 fs on scratch"
mkfs -t ext2 $SCRATCH_DEV >> $seq.full 2>&1 \
mkfs -t ext2 -F $SCRATCH_DEV >> $seq.full 2>&1 \
|| _fail "!!! failed to mkfs ext2"
_log "Mount ext2 fs on scratch"