[Ocfs2-test-devel] [PATCH 53/59] discontig: fix remote mount

Eric Ren zren at suse.com
Wed Sep 23 00:30:32 PDT 2015


Hi Junxiao,

This issue has been covered by this commit - fad85f55.
So, dropped.

Thanks,
Eric

On Mon, Sep 14, 2015 at 10:44:39AM +0800, Junxiao Bi wrote: 
> mpi hosts should be set, or fs will be mkfs to local mode, and can
> only be mount on one node.
> 
> Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
> ---
>  programs/discontig_bg_test/discontig_runner.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/programs/discontig_bg_test/discontig_runner.sh b/programs/discontig_bg_test/discontig_runner.sh
> index a391698..e1eb812 100755
> --- a/programs/discontig_bg_test/discontig_runner.sh
> +++ b/programs/discontig_bg_test/discontig_runner.sh
> @@ -965,7 +965,7 @@ function f_multi_inodes_test()
>  {
>  
>  	f_LogMsg ${LOG_FILE} "Activate inode discontig-bg on ${DEVICE}"
> -	${DISCONTIG_ACTIVATE_BIN} -t inode -r 800 -b $BLOCKSIZE -c ${CLUSTERSIZE} -d ${DEVICE} -o ${LOG_DIR} -l ${LABELNAME} ${MOUNT_POINT} >>${LOG_FILE} 2>&1
> +	${DISCONTIG_ACTIVATE_BIN} -t inode -r 800 -b $BLOCKSIZE -c ${CLUSTERSIZE} -d ${DEVICE} -o ${LOG_DIR} -l ${LABELNAME} -m ${MPI_HOSTS} -a ${MPI_ACCESS_METHOD} ${MOUNT_POINT} >>${LOG_FILE} 2>&1
>  	RET=$?
>  	f_exit_or_not ${RET}
>  
> -- 
> 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