[Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp

2014-05-15 Thread Masatake YAMATO
fence-virtd: Fix typo in debug mesage of do_fence_request_tcp Signed-off-by: Masatake YAMATO yam...@redhat.com --- server/mcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mcast.c b/server/mcast.c index e850ec7..5fbe46a 100644 --- a/server/mcast.c +++ b/server

Re: [Cluster-devel] [PATCH]fence-virtd: Fix typo in debug mesage of do_fence_request_tcp

2014-05-15 Thread Masatake YAMATO
I'ms sorry. I should post this to linux-cluster list. Masatake YAMATO fence-virtd: Fix typo in debug mesage of do_fence_request_tcp Signed-off-by: Masatake YAMATO yam...@redhat.com --- server/mcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mcast.c b

[Cluster-devel] [PATCH] dlm_tool: Trimming garbages at in Expecting reply output

2013-05-02 Thread Masatake YAMATO
The buffer used in Expecting reply of dlm_tool lockdebug output is used as C string (via printf %s) but not terminated with nul char. Signed-off-by: Masatake YAMATO yam...@redhat.com --- dlm/tool/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlm/tool/main.c b/dlm

Re: [Cluster-devel] [PATCH] dlm_tool: Trimming garbages at in Expecting reply output

2013-05-02 Thread Masatake YAMATO
On Thu, May 02, 2013 at 09:19:21PM +0900, Masatake YAMATO wrote: The buffer used in Expecting reply of dlm_tool lockdebug output is used as C string (via printf %s) but not terminated with nul char. Yes, thanks. This was fixed for some time in dlm.git. I'm afraid we'll need to go through

Re: [Cluster-devel] [ipmitool] avoiding assertion hit in wrong state transition

2012-10-29 Thread Masatake YAMATO
Hello, Are you sure you appended the whole thing? I do not see the last_state being used for anything. I'm sorry. last_session_state should be the right side. This is the revised version. This is diff against the upstream code checked out from its cvs repository. Masatake YAMATO

[Cluster-devel] [ipmitool] avoiding assertion hit in wrong state transition

2012-10-26 Thread Masatake YAMATO
; + } } try++; Thanks in advance. Masatake YAMATO

Re: [Cluster-devel] [PATCH 4/5] rgmanager: Treat exit status 16 from umount as success

2012-06-28 Thread Masatake YAMATO
How do you think do like: readonly fail_to_update_mtab=16 ... if [ $retval -eq 0 -o $retval -eq ${fail_to_update_mtab} ]; then Masatake YAMATO Signed-off-by: Ryan McCabe rmcc...@redhat.com --- rgmanager/src/resources/clusterfs.sh |3 ++- rgmanager/src

[Cluster-devel] [PATCH] Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occurs

2012-06-18 Thread Masatake YAMATO
This patch fixes buffer_head double free in following code path: gfs2_block_map = gfs2_meta_inode_buffer = gfs2_meta_indirect_buffer = gfs2_meta_read = release_metapath gfs2_block_map calls gfs2_meta_inode_buffer with mp.mp_bh[0] as an argument. mp.mp_bh are filled with zero at the beginning

Re: [Cluster-devel] cluster4 gfs_controld

2011-10-13 Thread Masatake YAMATO
Thank you very much. Masatake YAMATO On Fri, Oct 14, 2011 at 12:02:27AM +0900, Masatake YAMATO wrote: Just a question. I'm happy if you give me a hint. ... cluster3 dlm/gfs recovery . dlm_controld sees nodedown (libcpg) . gfs_controld sees nodedown

[Cluster-devel] [patch] remove description for non existed option in man page

2009-08-05 Thread Masatake YAMATO
it. Masatake YAMATO git diff |cat diff --git a/group/man/group_tool.8 b/group/man/group_tool.8 index 6cf5e7f..b03b76e 100644 --- a/group/man/group_tool.8 +++ b/group/man/group_tool.8 @@ -43,9 +43,6 @@ prints the posix locks on the named gfs fs from gfs_controld. \fB-v\fP Verbose output, used

[Cluster-devel] Re: [PATCH] set NULL to sock field of connection if listen failed

2008-06-22 Thread Masatake YAMATO
Please ignore the patch I sent with this Subject. I found dlm is maintained in its own git repository. I looked at gfs2 git repository. Masatake YAMATO

[Cluster-devel] [PATCH] checking NULL pointer in device_write of dlm-control

2008-05-27 Thread Masatake YAMATO
---[ end trace 74c3a9c3bd1a789d ]--- [EMAIL PROTECTED] dlm-crash]$ Here is a patch. Signed-off-by: Masatake YAMATO [EMAIL PROTECTED] diff --git a/fs/dlm/user.c b/fs/dlm/user.c index ebbcf38..1aa76b3 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c @@ -538,7 +538,7 @@ static ssize_t device_write