]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
include newpool in osd cap for client.0
authorSage Weil <sage@inktank.com>
Sat, 29 Sep 2012 15:54:08 +0000 (08:54 -0700)
committerSage Weil <sage@inktank.com>
Sat, 29 Sep 2012 15:55:58 +0000 (08:55 -0700)
This is needed by the kclient_workunit_kclient task.

teuthology/misc.py

index 4e082bef178d79aca8b0003426c7fa84baafd6a9..b88ff4ea4a33d30e675a5b011092b5fc76e71d6b 100644 (file)
@@ -99,7 +99,7 @@ def generate_caps(type_):
             ),
         client=dict(
             mon='allow rw',
-            osd='allow rwx pool data, allow rwx pool rbd',
+            osd='allow rwx pool data, allow rwx pool rbd, allow rwx pool newpool',
             mds='allow',
             ),
         )