DaanHoogland commented on issue #9313:
URL: https://github.com/apache/cloudstack/issues/9313#issuecomment-2642454760

   > [@DaanHoogland](https://github.com/DaanHoogland) 
[@NuxRo](https://github.com/NuxRo) What a strange decision. Deleting and 
recreating a LB rule also involves having to reattach any VMs that were 
attached to the LB rule. When using the API programmatically (not for UI use, 
but for a Kubernetes cloud provider f.e.), it would make a lot more sense to 
have the ability to update the CIDR list with one call, as opposed to at least 
4.
   > 
   >     * get list of vms associated with rule
   > 
   >     * delete the rule (detaches the VMs). In the mean time whatever 
service is exposed here will be unreachable.
   > 
   >     * recreate rule with new CIDR list
   > 
   >     * reattach the VMs acquired in step 1
   > 
   > 
   > Even from a UI perspective being able to update the list would be an 
improvement.
   > 
   > Please reconsider this decision.
   
   @hrak , it is closed as not planned, it is not refused, so if you wish to 
implement it anyway your code won't be refused.
   
   Please note that there are more than 400 issues open so and everybody 
working on the code has their own priorities. We will be very selective about 
what we address. Sorry to disappoint you.


-- 
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