mirror of https://github.com/ceph/ceph-ansible.git
Fix comment content
Signed-off-by: lishuhao letterwuyu@gmail.com
(cherry picked from commit d57f6fcdc6
)
pull/3938/head
parent
06b3ab2a6b
commit
27a8179cd8
|
@ -3,11 +3,11 @@
|
||||||
# It can remove any number of OSD(s) from the cluster and ALL THEIR DATA
|
# It can remove any number of OSD(s) from the cluster and ALL THEIR DATA
|
||||||
#
|
#
|
||||||
# Use it like this:
|
# 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
|
# Prompts for confirmation to shrink, defaults to no and
|
||||||
# doesn't shrink the cluster. yes shrinks the cluster.
|
# 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
|
# Overrides the prompt using -e option. Can be used in
|
||||||
# automation scripts to avoid interactive prompt.
|
# automation scripts to avoid interactive prompt.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue