]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: Document the prepare_osd tag
authorMatthew Vernon <mv3@sanger.ac.uk>
Wed, 10 Mar 2021 16:39:03 +0000 (16:39 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 12 Mar 2021 08:19:55 +0000 (09:19 +0100)
There are times where being able to skip OSD creation is useful to the
admin (see #1777 for example), and skipping the prepare_osd tag is a
way to achieve this. Document this fact.

Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
(cherry picked from commit e66b7b7449e04c8e1fde9ffd57c1c5ef5ba6b0fd)

docs/source/osds/scenarios.rst

index a4deb6ba0e8550b0b28242c0cae8fdee98c8cda6..20e88e773d5abd51529b2f00c025dd3f304a3a0c 100644 (file)
@@ -21,6 +21,11 @@ The ``lvm`` scenario mentioned above support both containerized and non-containe
 As a reminder, deploying a containerized cluster can be done by setting ``containerized_deployment``
 to ``True``.
 
+If you want to skip OSD creation during a ``ceph-ansible run``
+(e.g. because you have already provisioned your OSDs but disk IDs have
+changed), you can skip the ``prepare_osd`` tag i.e. by specifying
+``--skip-tags prepare_osd`` on the ``ansible-playbook`` command line.
+
 .. _osd_scenario_lvm:
 
 lvm