| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: use minimum log size in xfs/016 |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Fri, 18 Oct 2013 13:16:14 -0400 |
| Delivered-to: | xfs@xxxxxxxxxxx |
Test xfs/016 fails to run due to invalid mkfs options. The log size is reported as too small according to the minimum log size calculation: log size 512 blocks too small, minimum size is 853 blocks Update log_size to the currently specified minimum. Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx> --- tests/xfs/016 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/016 b/tests/xfs/016 index 2fc6af2..e52f80c 100755 --- a/tests/xfs/016 +++ b/tests/xfs/016 @@ -181,7 +181,7 @@ _supported_os Linux rm -f $seqres.full # mkfs sizes -log_size=2097152 +log_size=3493888 log_size_bb=`expr $log_size / 512` _require_scratch -- 1.8.1.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 00/10] xfs: introduce the free inode btree, Brian Foster |
|---|---|
| Next by Date: | Re: [PATCH] xfsprogs: handle symlinks etc in fs_table_initialise_mounts(), Rich Johnston |
| Previous by Thread: | Re: [PATCH 2/4] xfs: dirent dtype presence is dependent on directory magic numbers, Rich Johnston |
| Next by Thread: | Re: [PATCH] xfstests: use minimum log size in xfs/016, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |