An attempt to delete a Loadbalancer in VIO using "openstack loadbalancer member delete <Load Balancer UUID>" fails with the following error
"Pool ########-####-####-####-############ is immutable and cannot be updated. (HTTP 409) (Request-ID: req-########-####-####-####-############)"
7.x
This issue occurs if the Load Balancer is in a powered-off status or if there are any underlying objects associated with the Load Balancer.
"openstack loadbalancer show <Load Balancer UUID>"+---------------------+--------------------------------------+| Field | Value |+---------------------+--------------------------------------+| admin_state_up | True || created_at | 2024-05-30T04:06:04 || description | ################ || flavor_id | None || id | #################################### || listeners | #################################### || | || name | #################################### || operating_status | OFFLINE |
--cascade suffix as shown below. openstack --insecure loadbalancer delete <Load Balancer UUID> --cascade
This will remove any dependencies or associations with child objects.
https://bugzilla-vcf.lvn.broadcom.net/show_bug.cgi?id=2362692