Displaying 1 result from an estimated 1 matches for "o2hb_do_disk_hearbeat".
Did you mean:
o2hb_do_disk_heartbeat
2009 Apr 15
1
I'd like to stop the OCSF2_disk_heart_beat.
...olve that. It seems solved.
1. O2HB_DEFAULT_DEAD_THRESHOLD changed larger than previous value. It's defined in hearbeat.h.
2. The Skip_flag defined as a global parameter.
3. When the number of connected nodes becomes two , skip_flag is turned on by dlmdomain.c
4. If the skip_flag is ON, the o2hb_do_disk_hearbeat is not executed.
5. When the number of connected nodes becomes below two, skip_flag is turned off by dlmdomain.c.
6. If the skip_flag is OFF, the o2hb_do_disk_hearbeat is executed.
If one node is active, the o2hb_do_disk_hearbeat is executed in any condition.
I wouldn't like to execute the o...