]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix comment content
authorletterwuyu <letterwuyu.gmail.com>
Sun, 28 Apr 2019 09:56:29 +0000 (17:56 +0800)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 May 2019 08:54:44 +0000 (10:54 +0200)
Signed-off-by: lishuhao letterwuyu@gmail.com
infrastructure-playbooks/shrink-osd.yml

index 3ff5cc2356f209dd4cdad3a84f2766ec909343f0..edf78194ee85c87bf27b700f2235ae20e72575b2 100644 (file)
@@ -3,11 +3,11 @@
 # It can remove any number of OSD(s) from the cluster and ALL THEIR DATA
 #
 # Use it like this:
-# ansible-playbook lvm-shrink-osd.yml -e osd_to_kill=0,2,6
+# ansible-playbook shrink-osd.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 lvm-shrink-osd.yml
+# ansible-playbook -e ireallymeanit=yes|no shrink-osd.yml
 #     Overrides the prompt using -e option. Can be used in
 #     automation scripts to avoid interactive prompt.