hrak commented on issue #9313: URL: https://github.com/apache/cloudstack/issues/9313#issuecomment-2642424879
@DaanHoogland @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. -- 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]
