]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
locking: there is no client.2
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 18:56:20 +0000 (11:56 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 18:56:20 +0000 (11:56 -0700)
collections/multiclient/tasks/locking.yaml

index 77eb7192a6d3e98304e4e09f8b20828cda2e19f3..a54ea0d34918a156fdc54a8d664228258c7c2923 100644 (file)
@@ -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}]