From 1d90d7bc839ada65835357e96dc8c114baed4849 Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Thu, 8 Aug 2013 21:04:42 -0700 Subject: [PATCH] rgw.py: fix example config 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 --- 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 3b05678d16c21..e8a81da9029cd 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -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: -- 2.39.5