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>
(cherry picked from commit e3305e6bb6
)
pull/4885/head
parent
9d89ae2c77
commit
586f6f6262
|
@ -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