]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix comments in shrink-osd-ceph-disk playbook
authorNoah Watkins <nwatkins@redhat.com>
Wed, 7 Nov 2018 20:54:38 +0000 (12:54 -0800)
committerSébastien Han <seb@redhat.com>
Thu, 8 Nov 2018 16:45:37 +0000 (17:45 +0100)
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
infrastructure-playbooks/shrink-osd-ceph-disk.yml

index 641180cdb9932a80ac2943432a581e325a640c80..d4939a6004949d2e56ad5a60e86332c460c7a134 100644 (file)
@@ -1,13 +1,14 @@
 ---
-# This playbook shrinks Ceph OSDs.
+# This playbook shrinks Ceph OSDs using ceph-disk.
+#
 # It can remove any number of OSD(s) from the cluster and ALL THEIR DATA
 #
 # Use it like this:
-# ansible-playbook shrink-osd.yml -e osd_to_kill=0,2,6
+# ansible-playbook shrink-osd-ceph-disk.yml -e osd_to_kill=0,2,6
 #     Prompts for confirmation to shrink, defaults to no and
 #     doesn't shrink the cluster. yes shrinks the cluster.
 #
-# ansible-playbook -e ireallymeanit=yes|no shrink-osd.yml
+# ansible-playbook -e ireallymeanit=yes|no shrink-osd-ceph-disk.yml
 #     Overrides the prompt using -e option. Can be used in
 #     automation scripts to avoid interactive prompt.