[Ocfs2-test-devel] [PATCH 57/59] discontig: remove some block/cluster test

Eric Ren zren at suse.com
Wed Sep 23 00:40:33 PDT 2015


Reviewed-by: Eric Ren <zren at suse.com>
Thanks.

On Mon, Sep 14, 2015 at 10:44:43AM +0800, Junxiao Bi wrote: 
> For large cluster size, consume all extents in extent_alloc:000X needs too
> much disk space, that makes impossible for a disk with smaller space enable
> discontig extent block group. Also remove some other block/cluster test to
> improve test speed.
> 
> Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
> ---
>  programs/discontig_bg_test/discontig_runner.sh |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/programs/discontig_bg_test/discontig_runner.sh b/programs/discontig_bg_test/discontig_runner.sh
> index 0e4d4c2..38637d2 100755
> --- a/programs/discontig_bg_test/discontig_runner.sh
> +++ b/programs/discontig_bg_test/discontig_runner.sh
> @@ -1260,8 +1260,8 @@ f_LogRunMsg ${RUN_LOG_FILE} "=====================Discontiguous block group test
>  f_LogMsg ${LOG_FILE} "=====================Discontiguous block groups tests start:  `date`\
>  ====================="
>  
> -for BLOCKSIZE in 512 1024 2048 4096;do
> -	for CLUSTERSIZE in 4096 8192 32768 1048576;do
> +for BLOCKSIZE in 512 4096;do
> +	for CLUSTERSIZE in 4096 8192;do
>  		f_LogRunMsg ${RUN_LOG_FILE} "<- Running test with ${BLOCKSIZE} \
>  bs and ${CLUSTERSIZE} cs ->\n"
>  		f_LogMsg ${LOG_FILE} "<- Running test with ${BLOCKSIZE} bs \
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Ocfs2-test-devel mailing list
> Ocfs2-test-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-test-devel
> 



More information about the Ocfs2-test-devel mailing list