From 586f6f6262785ba5ca3fc5a0a3f5dafffb565b4b Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 10 Dec 2019 15:59:50 +0100 Subject: [PATCH] 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 (cherry picked from commit e3305e6bb655aa64f936687097cbcb6fc62f43cb) --- infrastructure-playbooks/filestore-to-bluestore.yml | 1 + 1 file changed, 1 insertion(+) 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 }}" -- 2.39.5