]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rgw: support switching from single-site to multisite
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jan 2021 09:37:12 +0000 (10:37 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 6 Jan 2021 15:38:50 +0000 (10:38 -0500)
commit290d3ef369029d066aadc3b49f36232c5a9dacd2
treeed3c72f6b7dd9eba091de00b11a7a1158326ac69
parent607ef5a7d2967ad339118b65e288432b0fcf6052
rgw: support switching from single-site to multisite

When collocating rgw with either a mon, mgr or osd, switching from
single site to a multisite rgw setup failed because of the handlers
triggered between the ansible play of the collocated daemon and the play
of the rgw. Since the multisite changes are not yet applied the handlers
fail.
The idea here is to ensure we run the multisite configuration from the
ceph-handler role before the restart happens, this way it won't complain
because of non existing multisite configuration.

(Note: this is also valid when simply changing a multisite configuration)

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1888630
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 513c8cfe551da78ea89d2513dffebd9649bfeb44)
roles/ceph-handler/tasks/main.yml
roles/ceph-rgw/tasks/multisite.yml [new file with mode: 0644]