summaryrefslogtreecommitdiffstats
path: root/dlm/dlm_kill/dlm_lock_loop.c
Commit message (Collapse)AuthorAgeFilesLines
* dlm_kill: fix sleepsDavid Teigland2010-11-041-1/+1
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: updatesDavid Teigland2010-11-041-2/+53
| | | | | | better emulate target application Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: add dlm_lock_alt testDavid Teigland2010-10-291-8/+9
| | | | | | | | 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-271-0/+141
(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>