** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-2

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

Title:
  Lbaas: Active_connections and Total_Connection in lbaas always show 0
  for lb-pool-stat

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Steps to Reproduce: 
  1. Create network, subnet
  2.Create pool,member vip  and healthmonitor.
  neutron lb-pool-list
  
+--------------------------------------+-------+----------+-------------+----------+----------------+--------+
  | id                                   | name  | provider | lb_method   | 
protocol | admin_state_up | status |
  
+--------------------------------------+-------+----------+-------------+----------+----------------+--------+
  | d488b38e-c8f1-4db6-bb5f-8b2500bef0ed | pool1 | haproxy  | ROUND_ROBIN | 
HTTP     | True           | ACTIVE |
  
+--------------------------------------+-------+----------+-------------+----------+----------------+--------+
   
  neutron lb-member-list
  
+--------------------------------------+-----------+---------------+----------------+--------+
  | id                                   | address   | protocol_port | 
admin_state_up | status |
  
+--------------------------------------+-----------+---------------+----------------+--------+
  | 303f3d66-c51c-4c92-b5da-d43440db9fb2 | 10.10.1.5 |            80 | True     
      | ACTIVE |
  | ac58985b-49de-480e-97e5-bff80a538c87 | 10.10.1.4 |            80 | True     
      | ACTIVE |
  
+--------------------------------------+-----------+---------------+----------------+--------+

  4. Validate the algorithm and try to send request from server to client .
  5. Check the lp-pool-stats for the pool created.
  Actual Results: 
  neutron lb-pool-stats pool1
  +--------------------+-------+
  | Field              | Value |
  +--------------------+-------+
  | active_connections | 0     |
  | bytes_in           | 1440  |
  | bytes_out          | 560   |
  | total_connections  | 0     |
  +--------------------+-------+
  Connections in response for this command always show 0

  Expected Results: Active connection should show the value when the
  connection is active and total connenction should show total number of
  active connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1319361/+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