From 3c9382a7faf5936116311310c1fb1f4f17b497e5 Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Wed, 24 Jul 2013 11:44:53 -0700 Subject: [PATCH] teuth: rgw task example config update Due to bug #5716, pools need to start with a '.' at present. Updating the examples to follow this convention. Signed-off-by: Joe Buck Reviewed-by: Josh Durgin --- teuthology/task/rgw.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index b6921da67b..2a1ecd092f 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -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: -- 2.39.5