yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #39843
[Bug 1338938] Re: dhcp scheduler should stop redundant agent
I don't understand the problem statement.
** Changed in: neutron
Status: Opinion => Incomplete
** Changed in: neutron
Assignee: Xurong Yang (idopra) => (unassigned)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1338938
Title:
dhcp scheduler should stop redundant agent
Status in neutron:
Incomplete
Bug description:
we initiate the counter of dhcp agents between active host and
cfg.CONF.dhcp_agents_per_network, suppose that we start dhcp agents
correctly, then some dhcp agents are down(host down or kill the dhcp-
agent), during this period, we will reschedule and recover the normal
dhcp agents. but when down dhcp agents restart, some dhcp agents are
redundant.
if len(dhcp_agents) >= agents_per_network:
LOG.debug(_('Network %s is hosted already'),
network['id'])
return
IMO, we need stop the redundant agents In above case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1338938/+subscriptions
References