From 6eba495ac9ddec06d4365e1bd13faf016ebedfc9 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 8 Sep 2011 11:56:20 -0700 Subject: [PATCH] locking: there is no client.2 --- collections/multiclient/tasks/locking.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collections/multiclient/tasks/locking.yaml b/collections/multiclient/tasks/locking.yaml index 77eb7192a6d3e..a54ea0d34918a 100644 --- a/collections/multiclient/tasks/locking.yaml +++ b/collections/multiclient/tasks/locking.yaml @@ -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}] -- 2.39.5