-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support Only reboot Action #54
Conversation
E2E test is expected to fail as we don't support |
/retest |
Raise a warning when a different action was asked, and either way try to reboot the node
Check on Reconcile that stdout from running the FA equlas to SuccessFAResponse
We log an error prior to every time that the function returns an error
3c0722d
to
a5f4761
Compare
/retest |
Limit the usage of FAs to reboot action only
/lgtm |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7, slintes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Support only
reboot
action - we build the FA command with reboot action, when--action
equals to reboot or this attribute is missing (since reboot is the default action), otherwise we return an error and end reconcileECOPROJECT-1323
EDIT: Another valid action use case could be the off which ensure fencing, just without recovering the node. When then the admin/user will be responsible to turn the node on (or to recover the node) after a possible further investigation.