SadiJr opened a new pull request, #8765:
URL: https://github.com/apache/cloudstack/pull/8765

   ### Description
   
   If a restart with clean-up is performed in a VPC that has different guest 
networks and load balancer rules in these networks, only one of the networks 
has its load balancer rules applied. This PR fixes this behavior. 
   
   Fixes #8745
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [x] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   ### How Has This Been Tested?
   
   It's tested in a local lab, following this steps:
   
   1. Create a VPC with two tiers (`test1` and `test2`);
   2. Create a VM for each one of this tiers;
   3. Acquire one public IP for each one of this tiers;
   4. Create load balancer rules in each public IP for each VM
   5. Apply restart with clean-up in the VPC
   
   Before, only the last tier had its rules applied. With this PR, all LB rules 
are applied.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to