search for: nn_still_up

Displaying 2 results from an estimated 2 matches for "nn_still_up".

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 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...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); + struct o2nm_node *node = o2nm_get_node_by_num(node_num); + o2hb_notify(O2HB_CONN_DOWN_CB, node, node_num); } if (was_valid && !valid) { @@ -402,7 +401,11 @@ static void o2net_set_nn_state(st...