[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

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

Title:
  Changing the only member of a pool into admin state down should move
  the member and pool statuses to INACTIVE

Status in OpenStack Neutron (virtual network service):
  Expired

Bug description:
  Version
  =======
  Havana on rhel

  
  Description
  ===========
  I has a pool with one ACTIVE member, all worked well, I changed the member to 
admin_state_up=False, the traffic from the outside into the vip stopped and I 
started to get 503 (Service Unavailable) as expected, however, the cli commands 
show that the member status + the member healthcheck status + the pool status 
are all ACTIVE although in practice that's not the case.

  
  $ neutron lb-member-list 
  
+--------------------------------------+-------------+---------------+----------------+--------+
  | id                                   | address     | protocol_port | 
admin_state_up | status |
  
+--------------------------------------+-------------+---------------+----------------+--------+
  | 0751b44f-07e2-4af5-9b2b-25bed66d239e | 10.35.211.4 |            80 | False  
        | ACTIVE |
  | ad9aa113-2d48-4558-9b32-ee945dc51548 | 10.35.211.2 |            80 | True   
        | ACTIVE |
  
+--------------------------------------+-------------+---------------+----------------+--------+

  
  $ neutron lb-member-show  0751b44f-07e2-4af5-9b2b-25bed66d239e
  +--------------------+--------------------------------------+
  | Field              | Value                                |
  +--------------------+--------------------------------------+
  | address            | 10.35.211.4                          |
  | admin_state_up     | False                                |
  | id                 | 0751b44f-07e2-4af5-9b2b-25bed66d239e |
  | pool_id            | 8203635c-3f93-4748-abec-4e2a9f25e45d |
  | protocol_port      | 80                                   |
  | status             | ACTIVE                               |
  | status_description |                                      |
  | tenant_id          | 44ef91b7c5c14d6a9222998b57355b18     |
  | weight             | 1                                    |
  +--------------------+--------------------------------------+

  
  $ neutron lb-pool-show 8203635c-3f93-4748-abec-4e2a9f25e45d
  
+------------------------+--------------------------------------------------------------------------------------------------------+
  | Field                  | Value                                              
                                                    |
  
+------------------------+--------------------------------------------------------------------------------------------------------+
  | admin_state_up         | True                                               
                                                    |
  | description            |                                                    
                                                    |
  | health_monitors        | 85d2d8ab-32d7-43b4-a17c-e4d83964e96a               
                                                    |
  | health_monitors_status | {"monitor_id": 
"85d2d8ab-32d7-43b4-a17c-e4d83964e96a", "status": "ACTIVE", 
"status_description": null} |
  | id                     | 8203635c-3f93-4748-abec-4e2a9f25e45d               
                                                    |
  | lb_method              | ROUND_ROBIN                                        
                                                    |
  | members                | 0751b44f-07e2-4af5-9b2b-25bed66d239e               
                                                    |
  | name                   | pool_211                                           
                                                    |
  | protocol               | HTTP                                               
                                                    |
  | provider               | haproxy                                            
                                                    |
  | status                 | ACTIVE                                             
                                                    |
  | status_description     |                                                    
                                                    |
  | subnet_id              | 344b4e87-b903-4562-ba51-cea56a76df54               
                                                    |
  | tenant_id              | 44ef91b7c5c14d6a9222998b57355b18                   
                                                    |
  | vip_id                 | 73f24ce1-dcfd-4bab-87dd-be57a2fc8478               
                                                    |
  
+------------------------+--------------------------------------------------------------------------------------------------------+

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to