[Ocfs2-users] [PATCH 08/10] Add missing parameter mpi hosts for multi discontig bg test

2015-09-10 Thread zren
From: Eric Ren Signed-off-by: Eric Ren Reviewed-by: Gang He --- 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

[Ocfs2-users] [PATCH 10/10] Replace orte_rsh_agent with plm_rsh_agent

2015-09-10 Thread zren
From: Eric Ren Parameter orte_rsh_agent in open MPI is deprecated. Replace with "orte_rsh_agent" and use its default value "ssh:rsh". Signed-off-by: Eric Ren Reviewed-by: He Gang --- programs/defrag-test/defrag-test.sh | 4

[Ocfs2-users] [PATCH 04/10] Fix compilation issues with the programs unused variables, incorrect printf format, char array usage etc.

2015-09-10 Thread zren
From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues Reviewed-by: Eric Ren --- programs/aio-stress/aio-stress.c | 17 +++-- .../check_file_size_limits.c | 2 +- programs/directio_test/directio.h

[Ocfs2-users] [PATCH 01/10] Use pkg-config to determine linking flags for libocfs2

2015-09-10 Thread zren
From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues Reviewed-by: Eric Ren --- programs/inline-data/Makefile | 9 + programs/truncate/ocfs2-tools/Makefile| 3 ++- programs/tunefs-test/remove-slot/Makefile | 3 ++-

[Ocfs2-users] [PATCH 02/10] Remove splice() from api-compat

2015-09-10 Thread zren
From: Goldwyn Rodrigues splice() is available in later kernels and is not required. Signed-off-by: Goldwyn Rodrigues Reviewed-by: Eric Ren --- api-compat/include/splice.h | 37 - configure.in

[Ocfs2-users] [PATCH 00/10] ocfs2-test: some cleanup and bug fixes

2015-09-10 Thread zren
Hi, There're some cleanup and bug fixes for ocfs2 test project. Considering that test project has been inactive for long time, I also send them to user and tools mail list, in order to reach more developers. Look for feedbacks from you. BTW, if you also hold some good patches, please share them!

[Ocfs2-users] [PATCH 09/10] Trigger udev rescan to get volume label that mkfs made remotely.

2015-09-10 Thread zren
From: Eric Ren Volume label used to mount disk remotely is not visible on remote node. So before mounting, trigger udevadm rescan to get volume label. Signed-off-by: Eric Ren Reviewed-by: Gang He --- programs/python_common/remote_mount.py | 16

[Ocfs2-users] [PATCH 06/10] Cleanup obsolete python timing module

2015-09-10 Thread zren
From: Eric Ren "Can not found" the timing module of python error occurs. It's already obsolete and not used anywhere indeed. Signed-off-by: Eric Ren Reviewed-by: Gang He --- programs/atime_quantum/test_atime_quantum.py | 2 +-

[Ocfs2-users] [PATCH 05/10] Add library for aio-stress test case.

2015-09-10 Thread zren
From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues Reviewed-by: Eric Ren --- programs/aio-stress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/aio-stress/Makefile b/programs/aio-stress/Makefile

[Ocfs2-users] [PATCH 03/10] Fix function prototypes

2015-09-10 Thread zren
From: Goldwyn Rodrigues Signed-off-by: Goldwyn Rodrigues Reviewed-by: Eric Ren --- programs/quota_tests/quota_multi_tests.c | 9 + programs/xattr_tests/xattr-test.c| 2 +- 2 files changed, 6 insertions(+), 5 deletions(-)