summaryrefslogtreecommitdiffstats
path: root/dlm/dlm_kill
Commit message (Collapse)AuthorAgeFilesLines
* dlm_kill: fix sleepsDavid Teigland2010-11-042-2/+2
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: dlm_lock releaseDavid Teigland2010-11-041-0/+19
| | | | | | to forcibly clear default lockspace Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: updatesDavid Teigland2010-11-043-17/+89
| | | | | | better emulate target application Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: add dlm_lock_alt testDavid Teigland2010-10-293-11/+322
| | | | | | | | dlm_lock_alt is like dlm_lock_loop, but it enforces a back-and-forth pattern (using a separate dlm lock), ensuring that each node gets the EX in turn after a kill. Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: new testDavid Teigland2010-10-274-0/+353
(dlm_lockspace keeps lockspace around during loop test) node1: dlm_lockspace node2: dlm_lockspace (multiple instances of loop test can be run per node) node1: dlm_lock_loop node2: dlm_lock_loop Signed-off-by: David Teigland <teigland@redhat.com>