← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2058908] Re: fix auto_scheduler_network understanding dhcp_agents_per_network

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/910708
Committed: https://opendev.org/openstack/neutron/commit/1bc945f0d5f91f23ba6df617403b6b93ca1a4d98
Submitter: "Zuul (22348)"
Branch:    master

commit 1bc945f0d5f91f23ba6df617403b6b93ca1a4d98
Author: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
Date:   Fri Mar 1 10:05:35 2024 +0100

    dhcp: fix auto_scheduler_network understanding dhcp_agents_per_network
    
    When using routed provided network, the condition is bypassing
    dhcp_agents_per_network which results that in a env with 3 agents and
    dhcp_agents_per_network=2, for a given network already well handled
    by 2 agents. If restarting the third agent It will start to handle the
    network also which will result to have 3 agents handling the
    network.
    
    Closes-bug: #2058908
    Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
    Change-Id: Ia05a879b0ed88172694bd6bffc6f7eb0d36bb6b0


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  fix auto_scheduler_network understanding dhcp_agents_per_network

Status in neutron:
  Fix Released

Bug description:
  when using routed provided network there is condition which is bypassing the option dhcp_agents_per_network, which results that in a env with 3 agents and dhcp_agents_per_network=2, for a given network already well handled by 2 agents. if you restart the third agent It will start to handle the
  network also which will result to have 3 agents handling the network.

  The issue in under auto_scheduler_network function.

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



References