From b05d1bdaff9ae47cf01f8bba128ade3c45b3d9a4 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 30 Mar 2021 14:30:29 +0200 Subject: [PATCH] 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) --- infrastructure-playbooks/cephadm-adopt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 67bbf996d..1af24051d 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -628,7 +628,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 -- 2.39.5