-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add fence check #10055
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
Closed
Closed
Add fence check #10055
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: João Jandre <[email protected]>
* added support for telugu langugae * fixed typo telugu language * Update ui/public/locales/te.json Co-authored-by: dahn <[email protected]> --------- Co-authored-by: dahn <[email protected]>
…ache#9930) * Added-cpu-core-and-memory-range-fot-type-offers-CustomConstrained * Update ui/src/components/view/ListView.vue Co-authored-by: Fabricio Duarte <[email protected]> * Update ui/src/components/view/ListView.vue Co-authored-by: Fabricio Duarte <[email protected]> --------- Co-authored-by: layon.oliveira <[email protected]> Co-authored-by: Fabricio Duarte <[email protected]>
* UI: Checkbox to make a newly added Network the default one in the Instance's Network tab * Fixed an issue that was causing exit from network tab after add-network
…listNetworkOfferings` API (apache#9947) * add guestiptype and forvpc filters for listNetworkOfferings on UI * fix duplicate option names on list filters
* Fix `updateTemplatePermission` when the UI is set to a language other than English (apache#9766) * Fix updateTemplatePermission UI in non-english language * Improve fix --------- Co-authored-by: Lucas Martins <[email protected]> * Prepend vpc name to vpc tier network name based on global setting * Added UT for createVpcGuestNetwork * rename connector to delimiter and add configKey.Category.Network * Move setting the name to a new method --------- Co-authored-by: Daan Hoogland <[email protected]> Co-authored-by: Lucas Martins <[email protected]> Co-authored-by: Lucas Martins <[email protected]>
* 4.20: UI: Tooltip on the host information card to display the CPU speed in MHz and the memory value in MB (to 3 decimal places) (apache#9971) UI: Allow accounts of the `User` type to add other accounts or users to projects through UI (apache#9927) enable to create VPC portfowarding rules with source cidr (apache#7081) Add new column `last_id` to the table volumes (apache#9759) Allow VMWare import via another host (apache#9787) Linstor: add support for ISO block devices and direct download (apache#9792) get expunged VM data for job result (apache#9949) fix section divider display on auth page (apache#9966)
* API to validate Quota activation rule * Apply suggestions from code review Co-authored-by: Bryan Lima <[email protected]> * Use constants --------- Co-authored-by: Henrique Sato <[email protected]> Co-authored-by: Bryan Lima <[email protected]>
* 4.20: UI: Fix userdata and load balancer selection (apache#10016) Prevent password updates for SAML and LDAP users (apache#9999) cloudstack-migrate-databases: sql AND added (apache#10033) engine/schema: move SQLs to 4.20.0 to 4.20.1 upgrade (apache#10018) Remove user from project before deletion (apache#10008) Simplify validation for creating volume templates via UI (apache#9828)
* 4.20: move sql code to the right file (apache#10035)
* 4.20: move upgrade code to the right file (apache#10036)
Resolve the issur : Should not shutting down a server which is already shut. Thanks for DaanHoogland which provide code.
add check befor fencing
…m/ha/KVMHAProvider.java Co-authored-by: dahn <[email protected]>
Contributor
|
see #10059 for the final version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Resolve the issur : Should not shutting down a server which is already shut.
Thanks for DaanHoogland which provide code.
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
I am so sorry about this. I don't know much about Java, thus I have not tested...
How did you try to break this feature and the system with this change?