projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ffd11c
)
eg-brick-wizard non-graceful detach 1 second
author
Bill Erickson
<berickxx@gmail.com>
Wed, 26 Sep 2018 21:31:37 +0000
(17:31 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/KCLS/admin-scripts/ansible/eg-brick-wizard.sh
b/KCLS/admin-scripts/ansible/eg-brick-wizard.sh
index
4d8311c
..
3c445bb
100755
(executable)
--- 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;