ceph-ansible/roles/ceph-handler/tasks
Guillaume Abrioux 52826caa51 rgw: fix multi instances scaleout in baremetal
When rgw and osd are collocated, the current workflow prevents from
scaling out the radosgw_num_instances parameter when rerunning the
playbook in baremetal deployments.

When ceph-osd notifies handlers, it means rgw handlers are triggered
too. The issue with this is that they are triggered before the role
ceph-rgw is run.
In the case a scaleout operation is expected on `radosgw_num_instances`
it causes an issue because keyrings haven't been created yet so the new
instances won't start.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1881313

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a802fa2810)
2020-10-06 09:21:58 -04:00
..
check_running_cluster.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00
check_running_containers.yml ceph-handler: add missing condition on ceph-crash 2020-09-10 20:35:04 -04:00
check_socket_non_container.yml ceph-handler: add missing condition on ceph-crash 2020-09-10 20:35:04 -04:00
handler_crash.yml ceph-crash: introduce new role ceph-crash 2020-09-10 20:35:04 -04:00
handler_mdss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mgrs.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_mons.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_nfss.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_osds.yml handler: read container_exec_cmd value from first mon 2020-01-23 18:34:14 +01:00
handler_rbd_target_api_gw.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
handler_rbdmirrors.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_rgws.yml handler: fix bug 2020-01-08 19:46:11 -05:00
handler_tcmu_runner.yml ceph-handler: remove iscsigws restart scripts 2020-07-27 09:33:00 -04:00
main.yml rgw: fix multi instances scaleout in baremetal 2020-10-06 09:21:58 -04:00