| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfstests 217: remove file in between mkfs's |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Tue, 08 Jun 2010 22:28:12 -0500 |
| User-agent: | Thunderbird 2.0.0.24 (Macintosh/20100228) |
217 requires a 2G scratch:
_require_fs_space $SCRATCH_MNT 2202000
but as we mkfs different sizes, we actually are filling in the
sparse loopback more and more, and 3.8G isn't enough to contain it.
If we remove & recreate the file between mkfs's it doesn't take
so much space ... I don't think it adds significantly to test time.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
---
diff --git a/217 b/217
index 19540ad..ed86a51 100755
--- a/217
+++ b/217
@@ -60,6 +60,9 @@ LOOP_MNT=$SCRATCH_MNT/test_fs_dir
_do_mkfs()
{
for i in $*; do
+ # make large holey file
+ rm -f $LOOP_DEV
+ $XFS_IO_PROG -f -c "truncate 16383g" $LOOP_DEV
echo -n "fssize=${i}g "
$MKFS_XFS_PROG -f -b size=4096 -l version=2 \
-d name=$LOOP_DEV,size=${i}g |grep log
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2] xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE, Dave Chinner |
|---|---|
| Next by Date: | Re: filesystem shrinks after using xfs_repair, Michael Monnerie |
| Previous by Thread: | [PATCH 0/3] writeback: bug fixes for 2.6.35, Dave Chinner |
| Next by Thread: | Re: [PATCH] xfstests 217: remove file in between mkfs's, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |