]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
misc: let clients use any pool
authorSage Weil <sage@inktank.com>
Sun, 16 Jun 2013 21:53:49 +0000 (14:53 -0700)
committerSage Weil <sage@inktank.com>
Sun, 16 Jun 2013 21:53:49 +0000 (14:53 -0700)
rados.py, for example, creates new pools for each instance.

teuthology/misc.py

index a7ebe18b5ae398c5867452acbc46ff1bf065f7cb..35e74c0223033778acbd624fe8ab46e930f99f13 100644 (file)
@@ -175,7 +175,7 @@ def generate_caps(type_):
             ),
         client=dict(
             mon='allow rw',
-            osd='allow rwx pool data, allow rwx pool rbd, allow rwx pool newpool',
+            osd='allow rwx',
             mds='allow',
             ),
         )