mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/4863/head
parent
0dcacdbed0
commit
e3305e6bb6
|
@ -163,6 +163,7 @@
|
||||||
ceph_volume:
|
ceph_volume:
|
||||||
action: "zap"
|
action: "zap"
|
||||||
osd_fsid: "{{ item }}"
|
osd_fsid: "{{ item }}"
|
||||||
|
destroy: False
|
||||||
environment:
|
environment:
|
||||||
CEPH_VOLUME_DEBUG: 1
|
CEPH_VOLUME_DEBUG: 1
|
||||||
CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"
|
CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}"
|
||||||
|
|
Loading…
Reference in New Issue