Skip to content

Commit

Permalink
rgw: allow rgws to be concurrently with or without multisite
Browse files Browse the repository at this point in the history
Allows rgws in a ceph cluster to be run with
multisite and without multisite at the same time.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 5c1f4b1)
  • Loading branch information
alimaredia authored and guits committed Aug 17, 2020
1 parent 2609da6 commit 63d991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceph-facts/tasks/set_radosgw_address.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
with_items: "{{ groups.get(rgw_group_name, []) }}"
when:
- inventory_hostname in groups.get(rgw_group_name, [])
- rgw_multisite | bool
- hostvars[item]["rgw_multisite"] | default(False) | bool

0 comments on commit 63d991d

Please sign in to comment.