search for: o2net_set_nn_state

Displaying 10 results from an estimated 10 matches for "o2net_set_nn_state".

2008 Feb 04
0
[PATCH] o2net: Reconnect after idle time out.
...tcp_internal.h | 2 ++ 2 files changed, 28 insertions(+), 15 deletions(-) 8a10f583244554c18234a031113a8ad6c796f51d diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index ee50c96..ad81a5e 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -399,8 +399,6 @@ static void o2net_set_nn_state(struct o2 mlog_bug_on_msg(err && valid, "err %d valid %u\n", err, valid); mlog_bug_on_msg(valid && !sc, "valid %u sc %p\n", valid, sc); - /* we won't reconnect after our valid conn goes away for - * this hb iteration.. here so it shows up in the logs *...
2008 Feb 13
2
[PATCH] o2net: Reconnect after idle time out.V2
...tcp_internal.h | 2 ++ 2 files changed, 38 insertions(+), 15 deletions(-) 80a4fe7d969802b1943ddd8f3860803458798146 diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index ee50c96..d808bfa 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -399,8 +399,6 @@ static void o2net_set_nn_state(struct o2 mlog_bug_on_msg(err && valid, "err %d valid %u\n", err, valid); mlog_bug_on_msg(valid && !sc, "valid %u sc %p\n", valid, sc); - /* we won't reconnect after our valid conn goes away for - * this hb iteration.. here so it shows up in the logs *...
2009 Nov 20
3
o2net patch that avoids socket disconnect/reconnect
This fix modifies o2net layer behavior which seems to trigger some DLM race issues during umount/evictions that needs to be fixed as well. I am working on the dlm issues but meanwhile please review this patch. Thanks, --Srini
2006 Jun 25
1
Error while Mounting
..., I have 2 nodes setup in the config file, and the filesystem set to a maximum of 4 nodes) The error is JDB: no valid journal superblock found I have searched high and low for this, but wasn't able to come up with anything as to why I get this. This error will occur on either node. (3509,0):o2net_set_nn_state:415 accepted connection from node bsp (num 1) at 10.1.1.11:7777 (3575,0):ocfs2_initialize_super:1326 max_slots for this device: 4 (3575,0):ocfs2_fill_local_node_info:1019 I am node 0 (3575,0):__dlm_print_nodes:377 Nodes in my domain ("E09A0D90C8454749B81E9754438611B8"): (3575,0):__dlm_pri...
2006 Jul 10
1
2 Node cluster crashing
...went down with the following error messages in the /var/log/messages files : rac1: Jul 7 14:56:23 rac1 kernel: (0,3):o2net_state_change:512 connection to node rac2.globoforce.com num 1 at 198.87.235.246:7777 has been idle for 10 seconds, shutting it down. Jul 7 14:56:23 rac1 kernel: (10042,0):o2net_set_nn_state:414 no longer connected to node rac2.globoforce.com at 198.87.235.246:7777 Jul 7 14:56:56 rac1 kernel: (14410,3):ocfs2_replay_journal:1123 Recovering node 1 from slot 1 on device (8,65) rac2: Jul 7 14:56:24 rac2 kernel: (0,0):o2net_state_change:512 connection to node rac1.globoforce.com num 0 at...
2006 Apr 18
1
Self-fencing issues (RHEL4)
...VolGroup00/LogVol00 elevator=deadline vga=0xf05 initrd /initrd-2.6.9-34.EL.img [root at rac1 ~]# --- [root at rac1 ~]# cat /etc/sysconfig/o2cb O2CB_ENABLED=true O2CB_BOOTCLUSTER=ocfs2 O2CB_HEARTBEAT_THRESHOLD=16 [root at rac1 ~]# --- Crash message: --- Apr 18 15:54:43 rac1/rac1 (2858,1):o2net_set_nn_state:426 accepted connection from node rac2 (num 1) at 10.0.1.2:7777 Apr 18 15:54:47 rac1/rac1 (2858,1):__dlm_print_nodes:384 Nodes in my domain ("CA641AEC0417495BA7302FC14F6F99B7"): Apr 18 15:54:47 rac1/rac1 (2858,1):__dlm_print_nodes:388 node 0 Apr 18 15:54:47 rac1/rac1 (2858,1):__dlm_pri...
2006 Mar 14
1
problems with ocfs2
An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20060314/b38f73eb/attachment.html
2006 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...static struct work_struct o2net_listen_work; static struct o2hb_callback_func o2net_hb_up, o2net_hb_down; -#define O2NET_HB_PRI 0x1 +#define O2NET_HB_PRI 0x2 static struct o2net_handshake *o2net_hand; static struct o2net_msg *o2net_keep_req, *o2net_keep_resp; @@ -390,9 +389,9 @@ static void o2net_set_nn_state(struct o2 wake_up(&nn->nn_sc_wq); if (!was_err && nn->nn_persistent_error) { - o2quo_conn_err(o2net_num_from_nn(nn)); - queue_delayed_work(o2net_wq, &nn->nn_still_up, - msecs_to_jiffies(O2NET_QUORUM_DELAY_MS)); + u8 node_num = o2net_num_from_nn(nn); + struc...
2007 Jan 23
1
ocfs2 kernel bug in Fedora Core 4 update kernel
...39 4c 24 28 8b 55 20 0f 82 c6 EIP: [<f8bc5ebe>] ocfs2_setattr+0x6a8/0x1000 [ocfs2] SS:ESP 0068:efc31e30 BUG: cp/21224, lock held at task exit time! [f0cbfa44] {inode_init_once} .. held by: cp:21224 [f7e37730, 119] ... acquired at: do_truncate+0x4b/0x6c (2535,0):o2net_set_nn_state:415 accepted connection from node rack10 (num 11) at 10.0.2.30:7777 (2535,0):__dlm_print_nodes:377 Nodes in my domain ("41AE1AA4C5534E50A93784D2AD94A94D"): (2535,0):__dlm_print_nodes:381 node 1 (2535,0):__dlm_print_nodes:381 node 2 (2535,0):__dlm_print_nodes:381 node 3 (2535,0):__dlm_p...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to