-
Notifications
You must be signed in to change notification settings - Fork 32
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
VM Maintenance Strategy #1060
VM Maintenance Strategy #1060
Conversation
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
19ff56a
to
8fa0721
Compare
export const RunStrategys = ['Always', 'RerunOnFailure', 'Manual', 'Halted']; | ||
export const runStrategies = ['Always', 'RerunOnFailure', 'Manual', 'Halted']; | ||
|
||
export const maintenanceStrategies = ['Migrate', 'RestartOnEnable', 'RestartOnDisable', 'StayOff']; |
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.
Please check the HEP for more information about how the strategies are named.
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.
There are several issues that need to be adapted.
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Thanks @votdev ; I've updated the label's values and changed the YAML field where it is saved -> |
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 in general. The solution to add a drop-down in the Advances Options
tab is a nice idea.
I would suggest to add a comment to the commit + PR message that the Instance Labels
tab has been rearranged to a different position and that the Advanced Options
is now at the last position. This makes it easier to review the code.
Co-authored-by: Volker Theile <[email protected]>
Co-authored-by: Volker Theile <[email protected]>
@mergify backport release-harvester-v1.4 |
✅ Backports have been created
|
Summary
PR Checklist
Related Issue harvester/harvester#5888
Occurred changes and/or fixed issues
Technical notes summary
Instance Labels
andAdvanced Options
tabs have been rearranged to a different position; Advanced tab is now at the bottom of the list of VM tabs.Instance Labels
tabAreas or cases that should be tested
Areas which could experience regressions
Screenshot/Video