From 27a8179cd8ff2d14eadac0c00850708d01b40110 Mon Sep 17 00:00:00 2001 From: letterwuyu Date: Sun, 28 Apr 2019 17:56:29 +0800 Subject: [PATCH] Fix comment content Signed-off-by: lishuhao letterwuyu@gmail.com (cherry picked from commit d57f6fcdc601e04239c59344c2bab7f05dc1f87f) --- infrastructure-playbooks/shrink-osd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-playbooks/shrink-osd.yml b/infrastructure-playbooks/shrink-osd.yml index 3ff5cc235..edf78194e 100644 --- a/infrastructure-playbooks/shrink-osd.yml +++ b/infrastructure-playbooks/shrink-osd.yml @@ -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. -- 2.39.5