mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
rgw: set default region and zone to all clients
Otherwise it's going to use zone 'default' for client.0, not as expected. Also add region configuration to task. Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
940a990b99
commit
adc9bdae34
@ -22,7 +22,7 @@ tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
conf:
|
||||
client.1:
|
||||
client:
|
||||
rgw region: default
|
||||
rgw zone: r1z1
|
||||
rgw region root pool: .rgw
|
||||
@ -32,6 +32,12 @@ tasks:
|
||||
rgw user uid pool: .users.uid
|
||||
rgw user keys pool: .users
|
||||
- rgw:
|
||||
regions:
|
||||
default:
|
||||
api name: api1
|
||||
is master: true
|
||||
master zone: r1z1
|
||||
zones: [r1z1]
|
||||
client.0:
|
||||
system user:
|
||||
name: nr-system
|
||||
|
Loading…
Reference in New Issue
Block a user