]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cephadm_adopt: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Mar 2021 12:30:29 +0000 (14:30 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 6 May 2021 08:15:31 +0000 (10:15 +0200)
This play doesn't nothing else than stopping/removing rgw daemons.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit ee44d860723fb4e27cd0c186e518edd42aa8fd50)

infrastructure-playbooks/cephadm-adopt.yml

index 67bbf996df3ea44133c188f1729918c57d9e3d42..1af24051ddb8ad9e5d2c397e64f2db01849d852c 100644 (file)
       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