commit | 823a637ae933fde8fdb280612dd3ff9912e301e3 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Wed Oct 06 17:55:21 2010 -0700 |
committer | Sunil Mushran <sunil.mushran@oracle.com> | Wed Oct 06 17:55:21 2010 -0700 |
tree | 32a6bd6591379ff05285c03f1fcd0f843c351476 | |
parent | 8ca8b0bbd841b6bcd8ac05e51b0143aa61cfeff3 [diff] |
ocfs2/cluster: Maintain live node bitmap per heartbeat region Currently we track a global livenode bitmap that keeps track of all nodes that are heartbeating in all regions. This patch adds the ability to track the livenode bitmap on a per region basis. We will use this facility in a later patch to allow us to withstand the loss of a minority number of regions. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>