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>
(cherry picked from commit 88d119e95a
)
pull/6336/head
parent
6a23be19f4
commit
6deb88d8fb
|
@ -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