search for: o2hb_unregister_callback

Displaying 5 results from an estimated 5 matches for "o2hb_unregister_callback".

2007 Feb 09
6
1.2.4 symbols
Hi, Everything compiled correctly for the ocfs2 package, but so far the modules will not load with the "well known" module symbol error. FATAL: Error inserting ocfs2 (/lib/modules/2.6.16.27-0.6-smp/kernel/fs/ocfs2/ocfs2.ko): Unknown symbol in module, or unknown parameter (see dmesg) Okay not sure what is up here, any suggestions? BTW, this is the correct module location and I
2006 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...n_err(u8 node) o2quo_set_hold(qs, node); spin_unlock(&qs->qs_lock); + + schedule_delayed_work(&qs->qs_node_work[node], + msecs_to_jiffies(O2QUO_DELAY_MS)); } -void o2quo_init(void) +static void o2quo_unregister_hb_callbacks(void) +{ + int ret; + + ret = o2hb_unregister_callback(&o2quo_hb_conn_up); + if (ret < 0) + mlog(ML_ERROR, "Status return %d unregistering heartbeat " + "conn up callback!\n", ret); + + ret = o2hb_unregister_callback(&o2quo_hb_conn_down); + if (ret < 0) + mlog(ML_ERROR, "Status return %d unregistering hear...
2008 Sep 11
4
Some more debug stuff
Added two debugfs entries... one to dump o2hb livenodes and the other to dump osb. $ cat /sys/kernel/debug/ocfs2/BC4F4550BEA74F92BDCC746AAD2EC0BF/fs_state Device => Id: 8,65 Uuid: BC4F4550BEA74F92BDCC746AAD2EC0BF Gen: 0xA02024F2 Label: sunil-xattr Volume => State: 1 Flags: 0x0 Sizes => Block: 4096 Cluster: 4096 Features => Compat: 0x1 Incompat: 0x350 ROcompat: 0x1
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree. All patches list the mainline commit hash. Thanks Sunil
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging