eg-brick-wizard non-graceful detach 1 second
authorBill Erickson <berickxx@gmail.com>
Wed, 26 Sep 2018 21:31:37 +0000 (17:31 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Sleep of 0 means forever in ansible, not "no sleep"

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/ansible/eg-brick-wizard.sh

index 4d8311c..3c445bb 100755 (executable)
@@ -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;