From: Guillaume Abrioux Date: Tue, 10 Dec 2019 14:59:50 +0000 (+0100) Subject: filestore-to-bluestore: do not use --destroy X-Git-Tag: v6.0.0alpha1~167 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e3305e6bb655aa64f936687097cbcb6fc62f43cb;p=ceph-ansible.git filestore-to-bluestore: do not use --destroy Do not use `--destroy` when zapping a device. Otherwise, it destroys VGs while they are still needed to redeploy the OSDs. Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/filestore-to-bluestore.yml b/infrastructure-playbooks/filestore-to-bluestore.yml index 9eb998d53..f09106444 100644 --- a/infrastructure-playbooks/filestore-to-bluestore.yml +++ b/infrastructure-playbooks/filestore-to-bluestore.yml @@ -163,6 +163,7 @@ ceph_volume: action: "zap" osd_fsid: "{{ item }}" + destroy: False environment: CEPH_VOLUME_DEBUG: 1 CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"