]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-osd: add prepare_osd tag to lvm-batch scenario
authorMatthew Vernon <mv3@sanger.ac.uk>
Wed, 10 Mar 2021 16:36:52 +0000 (16:36 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Mar 2021 21:02:52 +0000 (22:02 +0100)
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>
roles/ceph-osd/tasks/scenarios/lvm-batch.yml

index 2f30f3b24560c7ffbc851ab8ed21bc75514cc87c..00d7c7b13efac63c80bb612efce1fdbc38f280c8 100644 (file)
@@ -20,3 +20,4 @@
     CEPH_CONTAINER_BINARY: "{{ container_binary }}"
     PYTHONIOENCODING: utf-8
   when: _devices | default([]) | length > 0
+  tags: prepare_osd