* [PATCH] Fix failure in 273 due to lack of inodes
@ 2012-05-15 20:20 Jan Kara
2012-05-15 20:27 ` Eric Sandeen
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2012-05-15 20:20 UTC (permalink / raw)
To: xfs; +Cc: sandeen, Jan Kara
Test 273 fails for me due to lack of inodes (ext? filesystem is not configured
to have enough inodes for being filled up by 4k files). So change the test
to create larger files so that we don't hit this limit.
Signed-off-by: Jan Kara <jack@suse.cz>
---
273 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
I'm not sure if this fix isn't also just lurking somewhere in the pipeline
but I didn't find anything...
diff --git a/273 b/273
index 2965132..0bf7167 100755
--- a/273
+++ b/273
@@ -43,7 +43,7 @@ _cleanup()
. ./common.filter
threads=50
-count=1
+count=2
_threads_set()
{
--
1.7.1
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix failure in 273 due to lack of inodes
2012-05-15 20:20 [PATCH] Fix failure in 273 due to lack of inodes Jan Kara
@ 2012-05-15 20:27 ` Eric Sandeen
0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2012-05-15 20:27 UTC (permalink / raw)
To: Jan Kara; +Cc: sandeen, xfs
On 5/15/12 3:20 PM, Jan Kara wrote:
> Test 273 fails for me due to lack of inodes (ext? filesystem is not configured
> to have enough inodes for being filled up by 4k files). So change the test
> to create larger files so that we don't hit this limit.
>
> Signed-off-by: Jan Kara <jack@suse.cz>
> ---
> 273 | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> I'm not sure if this fix isn't also just lurking somewhere in the pipeline
> but I didn't find anything...
>
> diff --git a/273 b/273
> index 2965132..0bf7167 100755
> --- a/273
> +++ b/273
> @@ -43,7 +43,7 @@ _cleanup()
> . ./common.filter
>
> threads=50
> -count=1
> +count=2
>
> _threads_set()
> {
It seems harmless; I never quite knew what this test was testing, so I can't say whether or not it breaks the purpose of the test ;)
I'll give it a
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
and (try to remember to) merge it in a bit, if nobody speaks up against it.
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-15 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 20:20 [PATCH] Fix failure in 273 due to lack of inodes Jan Kara
2012-05-15 20:27 ` Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox