]> git-server-git.apps.pok.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 14:58:45 +0000 (09:58 -0500)
commit513c8cfe551da78ea89d2513dffebd9649bfeb44
treed833a02813508e0adb19204ff82b4785c28c0886
parent613ab11b9be8cfe2c9ef4f1e1ff12510d794c6c7
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>
roles/ceph-handler/tasks/main.yml
roles/ceph-rgw/tasks/multisite.yml [new file with mode: 0644]