mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
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 <jbbuck@gmail.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
parent
4fb5781afb
commit
3c9382a7fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user