]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
teuth: rgw task example config update
authorJoe Buck <jbbuck@gmail.com>
Wed, 24 Jul 2013 18:44:53 +0000 (11:44 -0700)
committerJoe Buck <jbbuck@gmail.com>
Wed, 24 Jul 2013 20:00:18 +0000 (13:00 -0700)
Due to bug #5716, pools need to start with a '.' at present.
Updating the examples to follow this convention.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/rgw.py

index b6921da67be65e717bdf9f3b1831b8361dac9518..2a1ecd092fead120c32f1b97ab6a6d6aa0b5c289 100644 (file)
@@ -435,18 +435,18 @@ def task(ctx, config):
               client.0:
                 rgw region: foo
                 rgw zone: foo-1
-                rgw region root pool: foo.rgw.root
-                rgw zone root pool: foo.rgw.root
+                rgw region root pool: .rgw.root.foo
+                rgw zone root pool: .rgw.root.foo
               client.1:
                 rgw region: bar
                 rgw zone: bar-master
-                rgw region root pool: bar.rgw.root
-                rgw zone root pool: bar.rgw.root
+                rgw region root pool: .rgw.root.bar
+                rgw zone root pool: .rgw.root.bar
               client.2:
                 rgw region: bar
                 rgw zone: bar-secondary
-                rgw region root pool: bar.rgw.root
-                rgw zone root pool: bar-secondary.rgw.root
+                rgw region root pool: .rgw.root.bar
+                rgw zone root pool: .rgw.root.bar-secondary 
         - rgw:
             regions:
               foo: