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 <gabrioux@redhat.com>
pull/4863/head
Guillaume Abrioux 2019-12-10 15:59:50 +01:00 committed by Dimitri Savineau
parent 0dcacdbed0
commit e3305e6bb6
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"