From 9c47950961011f4cf6f23f6e50a0e8ff345f63f4 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 7 Nov 2018 12:54:38 -0800 Subject: [PATCH] Fix comments in shrink-osd-ceph-disk playbook Signed-off-by: Noah Watkins --- infrastructure-playbooks/shrink-osd-ceph-disk.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infrastructure-playbooks/shrink-osd-ceph-disk.yml b/infrastructure-playbooks/shrink-osd-ceph-disk.yml index 641180cdb..d4939a600 100644 --- a/infrastructure-playbooks/shrink-osd-ceph-disk.yml +++ b/infrastructure-playbooks/shrink-osd-ceph-disk.yml @@ -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.