From: Guillaume Abrioux Date: Tue, 30 Mar 2021 12:30:29 +0000 (+0200) Subject: cephadm_adopt: fix a typo X-Git-Tag: v6.0.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c2d40d43830c2ca25feb5ff142d05ed15757e126;p=ceph-ansible.git cephadm_adopt: fix a typo This play doesn't nothing else than stopping/removing rgw daemons. Signed-off-by: Guillaume Abrioux (cherry picked from commit ee44d860723fb4e27cd0c186e518edd42aa8fd50) --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index d08f8fab3..9be63ace8 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -677,7 +677,7 @@ environment: CEPHADM_IMAGE: '{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}' -- name: redeploy rgw daemons +- name: stop and remove legacy ceph rgw daemons hosts: "{{ rgw_group_name|default('rgws') }}" serial: 1 become: true