31 Jan, 2008

1 commit

  • Messages from nodes that are no longer members of the lockspace should be
    ignored. When nodes are removed from the lockspace, recovery can
    sometimes complete quickly enough that messages arrive from a removed node
    after recovery has completed. When processed, these messages would often
    cause an error message, and could in some cases change some state, causing
    problems.

    Signed-off-by: David Teigland

    David Teigland
     

18 Jan, 2006

1 commit

  • This is the core of the distributed lock manager which is required
    to use GFS2 as a cluster filesystem. It is also used by CLVM and
    can be used as a standalone lock manager independantly of either
    of these two projects.

    It implements VAX-style locking modes.

    Signed-off-by: David Teigland
    Signed-off-by: Steve Whitehouse

    David Teigland