Re: [Cluster-devel] [PATCH] [DLM] Bind connections from known local address when using TCP

2007-10-25 Thread Lon Hohberger
Whoops; sorry for the spam there. Patch with fixed comments. diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 9e9d2e8..80c4784 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -872,7 +872,7 @@ static void sctp_init_assoc(struct connection *con) static void tcp_connect_to_sock(s

Re: [Cluster-devel] [PATCH] [DLM] Bind connections from known local address when using TCP

2007-10-25 Thread Lon Hohberger
On Thu, 2007-10-25 at 18:49 -0400, Lon Hohberger wrote: > A common problem occurs when multiple IP addresses within the same > subnet are assigned to the same NIC. If we make a connection attempt to > another address on the same subnet as one of those addresses, the > connection attempt will not n

[Cluster-devel] [PATCH] [DLM] Bind connections from known local address when using TCP

2007-10-25 Thread Lon Hohberger
A common problem occurs when multiple IP addresses within the same subnet are assigned to the same NIC. If we make a connection attempt to another address on the same subnet as one of those addresses, the connection attempt will not necessarily be routed from the address we want. In the case of t

[Cluster-devel] [PATCH] Make DLM source connections from known local address

2007-10-25 Thread Lon Hohberger
Patch is against linux-cluster RHEL4 branch; resolves TCP routing issues; Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=338511 diff -ur dlm-kernel-2.6.9-46/src/lowcomms.c dlm-kernel-2.6.9-46-lhh/src/lowcomms.c --- dlm-kernel-2.6.9-46/src/lowcomms.c 2007-10-25 17:05:03.0 -0

[Cluster-devel] cluster/gfs/gfs_grow main.c

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-25 20:02:51 Modified files: gfs/gfs_grow : main.c Log message: Resolves: bz 337961: gfs_grow /mountpoint/ does not work Patches: http://sourceware.org/cgi

[Cluster-devel] cluster/gfs/gfs_grow main.c

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-25 20:02:04 Modified files: gfs/gfs_grow : main.c Log message: Resolves: bz 337961: gfs_grow /mountpoint/ does not work Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluste

[Cluster-devel] cluster/gfs2/tool misc.c

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-25 14:27:54 Modified files: gfs2/tool : misc.c Log message: Resolves: bz 345501: minor correction to previous commit. Patches: http://sourceware.org/cg

[Cluster-devel] cluster/gfs2/tool misc.c

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-25 14:27:33 Modified files: gfs2/tool : misc.c Log message: Resolves: bz 345501: minor correction to previous commit. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/clust

[Cluster-devel] cluster/gfs2 libgfs2/misc.c tool/Makefile tool ...

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-25 14:14:47 Modified files: gfs2/libgfs2 : misc.c gfs2/tool : Makefile counters.c df.c gfs2_tool.h layout.c misc.c tune.c uti

[Cluster-devel] cluster/gfs2 libgfs2/misc.c tool/Makefile tool ...

2007-10-25 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-25 14:14:33 Modified files: gfs2/libgfs2 : misc.c gfs2/tool : Makefile counters.c df.c gfs2_tool.h layout.c misc.c tune.c util.c Log message: