lbaas-does-not-report-pool-member-statuses

Bug #1508502 reported by Ryu Ishimoto
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-midonet
Won't Fix
Medium
Ryu Ishimoto

Bug Description

MidoNet LBaaS driver does not report the statuses of the pool members correctly.

Changed in networking-midonet:
milestone: 1.0.0 → 1.0.1
Revision history for this message
Antonio Ojea (aojea) wrote :

Midonet 5.0 + python-neutron-plugin-midonet-2015.1.0-1.el7.noarch with Kilo, midonet-cli report the status correctly

midonet> load-balancer lb0 pool pool0 member list
pm pm0 address 10.1.2.2 protocol-port 80 weight 1 state up status INACTIVE
pm pm1 address 10.1.2.6 protocol-port 80 weight 1 state up status INACTIVE
pm pm2 address 10.1.2.3 protocol-port 80 weight 1 state up status INACTIVE

but neutron doesn't report the correct status

~(keystone_admin)$ neutron lb-member-list
+--------------------------------------+----------+---------------+--------+----------------+--------+
| id | address | protocol_port | weight | admin_state_up | status |
+--------------------------------------+----------+---------------+--------+----------------+--------+
| 1b58544b-2a9f-4892-8200-347c2d0e6a85 | 10.1.2.6 | 80 | 1 | True | ACTIVE |
| bb581654-34fc-4356-bf09-ef9ac2e4d24e | 10.1.2.3 | 80 | 1 | True | ACTIVE |
| e07cc05e-3fc4-4316-bb56-bee1d731ef36 | 10.1.2.2 | 80 | 1 | True | ACTIVE |
+--------------------------------------+----------+---------------+--------+----------------+--------+

Changed in networking-midonet:
status: New → Confirmed
assignee: Ryu Ishimoto (ryu-midokura) → nobody
importance: Undecided → Medium
Changed in networking-midonet:
status: Confirmed → In Progress
assignee: nobody → Ryu Ishimoto (ryu-midokura)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (master)

Fix proposed to branch: master
Review: https://review.openstack.org/297711

Changed in networking-midonet:
milestone: 1.1.0 → 3.0.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on networking-midonet (master)

Change abandoned by Ryu Ishimoto (<email address hidden>) on branch: master
Review: https://review.openstack.org/297711

Revision history for this message
YAMAMOTO Takashi (yamamoto) wrote :

lbaas v1 has been removed

Changed in networking-midonet:
status: In Progress → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.