Bug 1839228 - [ceph-ansible ] It is not possible to define more than one endpoint IP for zonegroup
Summary: [ceph-ansible ] It is not possible to define more than one endpoint IP for zo...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Ansible
Version: 4.0
Hardware: All
OS: All
low
low
Target Milestone: z1
: 4.1
Assignee: Ali Maredia
QA Contact: Vasishta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-22 19:22 UTC by Mustafa Aydın
Modified: 2020-07-20 14:21 UTC (History)
10 users (show)

Fixed In Version: ceph-ansible-4.0.24-1.el8cp, ceph-ansible-4.0.24-1.el7cp
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-20 14:21:24 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph-ansible pull 5406 0 None closed rgw multisite: add master zone endpoints to zonegroup 2021-01-25 20:32:31 UTC
Red Hat Product Errata RHSA-2020:3003 0 None None None 2020-07-20 14:21:41 UTC

Description Mustafa Aydın 2020-05-22 19:22:37 UTC
Description of problem:
Although the radosgw-admin command allows to define more than one endpoint IP for the zone group definition, ceph-ansible does not allow it. 

- name: create the zonegroup
  command: "{{ container_exec_cmd }} radosgw-admin zonegroup create --rgw-zonegroup={{ rgw_zonegroup }} --endpoints={{ rgw_multisite_proto }}://{{ rgw_multisite_endpoint_addr }}:{{ radosgw_frontend_port }} --master --default"
  delegate_to: "{{ groups[mon_group_name][0] }}"
  run_once: true
  when: "'No such file or directory' in zonegroupcheck.stderr"

Version-Release number of selected component (if applicable):
4.0

How reproducible:
Always

Comment 10 errata-xmlrpc 2020-07-20 14:21:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:3003


Note You need to log in before you can comment on or make changes to this bug.