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}]