From: Bill Erickson Date: Wed, 26 Sep 2018 21:31:37 +0000 (-0400) Subject: eg-brick-wizard non-graceful detach 1 second X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f24e0e562e3708041e22dc64490d5b64e0a53829;p=working%2FEvergreen.git eg-brick-wizard non-graceful detach 1 second Sleep of 0 means forever in ansible, not "no sleep" Signed-off-by: Bill Erickson --- diff --git a/KCLS/admin-scripts/ansible/eg-brick-wizard.sh b/KCLS/admin-scripts/ansible/eg-brick-wizard.sh index 4d8311c875..3c445bbc40 100755 --- a/KCLS/admin-scripts/ansible/eg-brick-wizard.sh +++ b/KCLS/admin-scripts/ansible/eg-brick-wizard.sh @@ -92,7 +92,7 @@ fi; if might_be_brick; then if yes_no_prompt "Detach bricks?" "detach=true"; then - if yes_no_prompt "Non-graceful detach?" "post_detach_sleep=0"; + if yes_no_prompt "Non-graceful detach?" "post_detach_sleep=1"; then true; fi; fi;