mirror of
https://github.com/ceph/ceph
synced 2024-12-25 04:43:17 +00:00
locking: there is no client.2
This commit is contained in:
parent
55d564dd56
commit
6eba495ac9
@ -1,10 +1,10 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
- kclient:
|
||||
- lockfile: [{client: client.1, lockfile: testfile, holdtime: 5},
|
||||
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 11},
|
||||
{client: client.2, lockfile: testfile, holdtime: 0, maxwait: 0, expectfail: True},
|
||||
- lockfile: [{client: client.0, lockfile: testfile, holdtime: 5},
|
||||
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 11},
|
||||
{client: client.1, lockfile: testfile, holdtime: 0, maxwait: 0, expectfail: True},
|
||||
10,
|
||||
{client: client.1, lockfile: testfile, holdtime: 5},
|
||||
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 1, expectfail: True},
|
||||
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 11}]
|
||||
{client: client.0, lockfile: testfile, holdtime: 5},
|
||||
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 1, expectfail: True},
|
||||
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 11}]
|
||||
|
Loading…
Reference in New Issue
Block a user