mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: add prepare_osd tag to lvm-batch scenario
Sometimes it's useful to be able to skip the OSD creation step when running ceph-ansible (cf #1777). The lvm scenario has a prepare_osd tag on the relevant play. This commit adds the same tag to the lvm-batch scenario. Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>pull/6333/head
parent
8b1474ab75
commit
88d119e95a
|
@ -20,3 +20,4 @@
|
|||
CEPH_CONTAINER_BINARY: "{{ container_binary }}"
|
||||
PYTHONIOENCODING: utf-8
|
||||
when: _devices | default([]) | length > 0
|
||||
tags: prepare_osd
|
||||
|
|
Loading…
Reference in New Issue