-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add reboot queue backoff reset command #667
Conversation
5d5e89e
to
78cd6ef
Compare
78cd6ef
to
7dbab97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docs/ckecli.md
Outdated
### `ckecli reboot-queue reset-backoff` | ||
|
||
Reset `drain_backoff_count` and `drain_backoff_expire` of the entries in reboot queue. | ||
Resetting these values allows CKE to try draining nodes again immediately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It is better to use a verb that guarantees the action being actually done, instead of using allow.
- This command cause the retry of entire reboot sequence, not only draining.
- Try V-ing means to check the result of the action. Use "try to" if it may fail.
Resetting these values allows CKE to try draining nodes again immediately. | |
Resetting these values makes CKE try to reboot nodes again immediately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I fixed it.
Signed-off-by: YZ775 <yuzuki-mimura@cybozu.co.jp>
7dbab97
to
3b4af28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is implementation of following issue.
Signed-off-by: YZ775 yuzuki-mimura@cybozu.co.jp