ceph-ansible/roles/ceph-handler/tasks
Guillaume Abrioux a802fa2810 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>
2020-10-06 07:38:44 +02:00
..
check_running_cluster.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
check_running_containers.yml ceph-handler: add missing condition on ceph-crash 2020-07-21 23:26:11 +02:00
check_socket_non_container.yml ceph-handler: add missing condition on ceph-crash 2020-07-21 23:26:11 +02:00
handler_crash.yml ceph-crash: introduce new role ceph-crash 2020-07-21 20:22:12 +02:00
handler_mdss.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_mgrs.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_mons.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_nfss.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_osds.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_rbd_target_api_gw.yml ceph-handler: remove iscsigws restart scripts 2020-07-23 17:02:12 +02:00
handler_rbdmirrors.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_rgws.yml Use a tempfile directory to store restart scripts 2020-04-06 22:55:51 +02:00
handler_tcmu_runner.yml ceph-handler: remove iscsigws restart scripts 2020-07-23 17:02:12 +02:00
main.yml rgw: fix multi instances scaleout in baremetal 2020-10-06 07:38:44 +02:00