← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1648430] [NEW] lbaasv2 loadbalancer stuck in pending_update

 

Public bug reported:

I have a loadbalancer configured which is stuck in pending_update. I
would like to delete it but it returns a message that it cannot delete
it because it is pending_update.

(neutron) lbaas-loadbalancer-list 
+--------------------------------------+---------+-------------+---------------------+----------+
| id                                   | name    | vip_address | provisioning_status | provider |
+--------------------------------------+---------+-------------+---------------------+----------+
| a5416558-23b5-4c15-943a-e0cc0ed1743b | yw-lb02 | 172.16.10.6 | ACTIVE              | haproxy  |
| c3b48167-9924-493e-a6c5-c4df5a8fd643 | yw-lb01 | 172.16.10.4 | PENDING_UPDATE      | haproxy  |
+--------------------------------------+---------+-------------+---------------------+----------+
(neutron) lbaas-loadbalancer-delete c3b48167-9924-493e-a6c5-c4df5a8fd643
listener 5b9dd62f-e815-4d55-8554-c2f1a617c477 is using this loadbalancer
Neutron server returns request_ids: ['req-4a48664c-5358-4c51-b861-3d8e9072c919']
(neutron) lbaas-listener-list
+--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
| id                                   | default_pool_id                      | name     | protocol | protocol_port | admin_state_up |
+--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
| f7a49f34-d375-430f-92b7-0377cd906178 | 8632a63c-9ffa-431c-820a-9705a99bee58 | web-list | HTTP     |            80 | True           |
| 5b9dd62f-e815-4d55-8554-c2f1a617c477 | 8691087b-e694-4daa-8475-da0a55fadb40 | HTTP     | HTTP     |            80 | True           |
+--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
(neutron) lbaas-listener-delete 5b9dd62f-e815-4d55-8554-c2f1a617c477
Invalid state PENDING_UPDATE of loadbalancer resource c3b48167-9924-493e-a6c5-c4df5a8fd643
Neutron server returns request_ids: ['req-83ca7c98-4745-40b2-8810-d22d1ab6ba61']


I have tried to reboot all services but it keeps stuck in pending_update and I'm not able to remove the loadbalancer or any options configurered on it.

Is it possible to fix this?

Thanks advance for helping

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1648430

Title:
  lbaasv2 loadbalancer stuck in pending_update

Status in neutron:
  New

Bug description:
  I have a loadbalancer configured which is stuck in pending_update. I
  would like to delete it but it returns a message that it cannot delete
  it because it is pending_update.

  (neutron) lbaas-loadbalancer-list 
  +--------------------------------------+---------+-------------+---------------------+----------+
  | id                                   | name    | vip_address | provisioning_status | provider |
  +--------------------------------------+---------+-------------+---------------------+----------+
  | a5416558-23b5-4c15-943a-e0cc0ed1743b | yw-lb02 | 172.16.10.6 | ACTIVE              | haproxy  |
  | c3b48167-9924-493e-a6c5-c4df5a8fd643 | yw-lb01 | 172.16.10.4 | PENDING_UPDATE      | haproxy  |
  +--------------------------------------+---------+-------------+---------------------+----------+
  (neutron) lbaas-loadbalancer-delete c3b48167-9924-493e-a6c5-c4df5a8fd643
  listener 5b9dd62f-e815-4d55-8554-c2f1a617c477 is using this loadbalancer
  Neutron server returns request_ids: ['req-4a48664c-5358-4c51-b861-3d8e9072c919']
  (neutron) lbaas-listener-list
  +--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
  | id                                   | default_pool_id                      | name     | protocol | protocol_port | admin_state_up |
  +--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
  | f7a49f34-d375-430f-92b7-0377cd906178 | 8632a63c-9ffa-431c-820a-9705a99bee58 | web-list | HTTP     |            80 | True           |
  | 5b9dd62f-e815-4d55-8554-c2f1a617c477 | 8691087b-e694-4daa-8475-da0a55fadb40 | HTTP     | HTTP     |            80 | True           |
  +--------------------------------------+--------------------------------------+----------+----------+---------------+----------------+
  (neutron) lbaas-listener-delete 5b9dd62f-e815-4d55-8554-c2f1a617c477
  Invalid state PENDING_UPDATE of loadbalancer resource c3b48167-9924-493e-a6c5-c4df5a8fd643
  Neutron server returns request_ids: ['req-83ca7c98-4745-40b2-8810-d22d1ab6ba61']

  
  I have tried to reboot all services but it keeps stuck in pending_update and I'm not able to remove the loadbalancer or any options configurered on it.

  Is it possible to fix this?

  Thanks advance for helping

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1648430/+subscriptions


Follow ups