[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2016-03-03 Thread Rossella Sblendido
marking it as invalid, since we are not able to reproduce it ** Changed in: neutron Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title:

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-09-01 Thread Li Ma
I followed these steps mentioned above, but still cannot reproduce this bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-09-01 Thread Li Ma
I followed these steps mentioned above, but still cannot reproduce this bug. ** Changed in: neutron Assignee: Li Ma (nick-ma-z) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-08-07 Thread Li Ma
** Changed in: neutron Assignee: (unassigned) = Li Ma (nick-ma-z) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in metering

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-04-20 Thread Matt Riedemann
** Changed in: neutron Assignee: Ilya Shakhat (shakhat) = (unassigned) ** Changed in: neutron Status: In Progress = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-09-01 Thread Ilya Shakhat
** Changed in: neutron Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in metering agent To

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-08-26 Thread Liping Mao
I get the same problem. Here is the reproduce steps: I have two network nodes in my environment. Both of them installed L3 agent and metering agent. Then I create some metering rules and two routers, and the routers are scheduled on different network nodes. Then this error will happen. The error

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-08-11 Thread Bellantuono Daniel
I have a similar problem, the metering service print this error even when you delete a router. I think that the namespace is deleted but the service does not notice -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-08-01 Thread Ilya Shakhat
** Changed in: neutron Assignee: (unassigned) = Ilya Shakhat (shakhat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-08-01 Thread James Page
** Changed in: neutron (Ubuntu) Importance: Undecided = Critical ** Changed in: neutron (Ubuntu) Importance: Critical = Medium ** Changed in: neutron (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-30 Thread Eugene Nikanorov
** Changed in: neutron Importance: Undecided = Medium ** Changed in: neutron Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title:

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-10 Thread George Shuklin
I was able to fix this by ignoring exception in __exit__() function. But still, proper solution should filter out routers from other network nodes. ** Changed in: neutron Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-09 Thread George Shuklin
I still see than bug and definitively can reproduce it. If router is placed on other network node, metering agent fail, because it expecting to see network namespace for that router on own network node. There is no filtering 'our' router or 'not our'. It will works on single-node installation,

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-27 Thread Eugene Nikanorov
** Tags added: metering ** Changed in: neutron Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-27 Thread liuweicai
** Changed in: neutron (Ubuntu) Assignee: liuweicai (liuuweicai) = (unassigned) ** Changed in: neutron Assignee: liuweicai (liuuweicai) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-15 Thread liuweicai
i cannot reproduce this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in metering agent To manage notifications about this bug go

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-15 Thread George Shuklin
Can you check if you got no namespaces on machine during that time (ip netns list)? I think that bug happens when l3/dhcp agents remove it own namespaces from machine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-13 Thread liuweicai
hi, George. I need more information about this issue: 1. Host without agents cause traces.. Does it means this network node only deploy a metering_agent ? Or can you show me what services you've deployed on the network node? 2. have you done something that cause this error directly

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-13 Thread George Shuklin
Hello. 1. I was slightly wrong, not 'agent', but router (and same thing for dhcp-agent). The means if l3-agent got no routers on itself, trace happens. neutron l3-agent-router-remove allow to remove routers from host. 2. Nope, I think this is default behavior for metering agent, because there is

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: neutron (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-12 Thread liuweicai
** Changed in: neutron (Ubuntu) Assignee: (unassigned) = liuweicai (liuuweicai) ** Changed in: neutron Assignee: (unassigned) = liuweicai (liuuweicai) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-03-07 Thread James Page
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in metering

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
neutron-plugin-metering-agent1:2013.2.1-0ubuntu1~cloud0 ** Project changed: neutron = neutron (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
any agent solve the problem (inc. dhcp-agent). Host without agents cause traces. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in