-
Notifications
You must be signed in to change notification settings - Fork 14
Add a rescue operation to handle network-related failures #96
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 a rescue operation to handle network-related failures #96
Conversation
…d firewall rule removal on primary node in block-network.yml during rescue operation
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.
Pull Request Overview
This pull request improves naming consistency in configuration documentation and enhances error handling for high availability network tests. The changes ensure proper cleanup of firewall rules when network tests fail and align configuration parameter naming with established conventions.
- Updated configuration parameter naming from
db_sidtodatabase_sidfor consistency - Added rescue operation to clean up firewall rules on test failures in HA network scenarios
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/HIGH_AVAILABILITY.md | Updated parameter name from db_sid to database_sid in example configuration |
| src/roles/ha_db_hana/tasks/block-network.yml | Added firewall cleanup rescue task for failed network tests |
…r and adjust os_type parameter to uppercase in SCS module; update swappiness value in constants.yaml for optimized performance.
…nfiguration; improve cleanup of temporary files.
hdamecharla
left a comment
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.
Approved
This pull request includes changes to improve naming consistency in configuration files and add a rescue operation to handle network-related failures in high availability setups.
Improvements to naming consistency:
docs/HIGH_AVAILABILITY.md: Renameddb_high_availabilitytodatabase_high_availabilityin the examplesap-parameters.yamlfile to align with naming conventions.Enhancements to high availability setup:
src/roles/ha_db_hana/tasks/block-network.yml: Added a rescue task to remove firewall rules on the primary node in case of test execution failure, ensuring proper cleanup and recovery during high availability network tests.