1. 11 3月, 2008 4 次提交
  2. 26 1月, 2008 2 次提交
    • T
      ocfs2/dlm: Clear joining_node on hearbeat node down · 2d4b1cbb
      Tao Ma 提交于
      Currently the process of dlm join contains 2 steps: query join and assert join.
      After query join, the joined node will set its joining_node. So if the joining
      node happens to panic before the 2nd step, the joined node will fail to clear
      its joining_node flag because that node isn't in the domain map. It at least
      cause 2 problems.
      1. All the new join request will fail. So no new node can mount the volume.
      2. The joined node can't umount the volume since during the umount process it
         has to wait for the joining_node to be unknown. So the umount will be hanged.
      
      The solution is to clear the joining_node before we check the domain map.
      Signed-off-by: NTao Ma <tao.ma@oracle.com>
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      2d4b1cbb
    • M
      ocfs2_dlm: Call node eviction callbacks from heartbeat handler · 6561168c
      Mark Fasheh 提交于
      With this, a dlm client can take advantage of the group protocol in the dlm
      to get full notification whenever a node within the dlm domain leaves
      unexpectedly.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      6561168c
  3. 20 10月, 2007 1 次提交
  4. 11 7月, 2007 2 次提交
  5. 03 5月, 2007 1 次提交
  6. 27 4月, 2007 1 次提交
  7. 08 2月, 2007 8 次提交
  8. 14 12月, 2006 1 次提交
  9. 22 11月, 2006 1 次提交
  10. 25 9月, 2006 1 次提交
  11. 30 6月, 2006 1 次提交
  12. 28 6月, 2006 1 次提交
  13. 27 6月, 2006 16 次提交