]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
rgw.py: fix example config
authorJoe Buck <jbbuck@gmail.com>
Fri, 9 Aug 2013 04:04:42 +0000 (21:04 -0700)
committerJoe Buck <jbbuck@gmail.com>
Tue, 13 Aug 2013 06:25:43 +0000 (23:25 -0700)
In the example config, the region root and
zone root where pointing to the same pool,
which is not a best practice. Updated the
example to show them pointing to different pools.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
teuthology/task/rgw.py

index 3b05678d16c21e90760c7eefd3922e3550c71887..e8a81da9029cda97c93493932ae98e6f483f867a 100644 (file)
@@ -524,22 +524,22 @@ def task(ctx, config):
               client.0:
                 rgw region: foo
                 rgw zone: foo-1
-                rgw region root pool: .rgw.root.foo
-                rgw zone root pool: .rgw.root.foo
+                rgw region root pool: .rgw.rroot.foo
+                rgw zone root pool: .rgw.zroot.foo
                 rgw log meta: true
                 rgw log data: true
               client.1:
                 rgw region: bar
                 rgw zone: bar-master
-                rgw region root pool: .rgw.root.bar
-                rgw zone root pool: .rgw.root.bar
+                rgw region root pool: .rgw.rroot.bar
+                rgw zone root pool: .rgw.zroot.bar
                 rgw log meta: true
                 rgw log data: true
               client.2:
                 rgw region: bar
                 rgw zone: bar-secondary
-                rgw region root pool: .rgw.root.bar
-                rgw zone root pool: .rgw.root.bar-secondary 
+                rgw region root pool: .rgw.rroot.bar
+                rgw zone root pool: .rgw.zroot.bar-secondary 
         - rgw:
             regions:
               foo: