Excessive "network has been deleted" warnings in dhcp agent log

Bug #1555842 reported by Kevin Benton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
High
Kevin Benton
Kilo
New
Undecided
Unassigned

Bug Description

The DHCP agent is filled with warnings about networks being deleted. These happen all of the time in a normal lifecycle, they are not warning worthy!

2016-03-09 20:05:52.756 18546 WARNING neutron.agent.dhcp.agent [req-2abe83bf-b702-4b23-9ad2-495ab3148f87 tempest-ExtraDHCPOptionsTestJSON-1227029378 -] Network 1d26186d-8469-4b66-9f38-efd5ece31750 has been deleted.
2016-03-09 20:05:52.826 18546 WARNING neutron.agent.dhcp.agent [req-2abe83bf-b702-4b23-9ad2-495ab3148f87 tempest-ExtraDHCPOptionsTestJSON-1227029378 -] Network 1d26186d-8469-4b66-9f38-efd5ece31750 has been deleted.
2016-03-09 20:05:57.370 18546 WARNING neutron.agent.dhcp.agent [req-5fec9816-d7c5-45a3-a729-c27959849e0c tempest-ExtraDHCPOptionsTestJSON-1227029378 -] Network 1d26186d-8469-4b66-9f38-efd5ece31750 has been deleted.
2016-03-09 20:05:59.678 18546 WARNING neutron.agent.dhcp.agent [req-dbed1988-8379-4f20-b1f7-49b390156074 tempest-PortsTestJSON-491096991 -] Network b1cfc910-6f38-4b31-9135-180f8af1fa30 has been deleted.
2016-03-09 20:05:59.755 18546 WARNING neutron.agent.dhcp.agent [req-b83a65ea-44d6-4a59-b4ab-936766b77815 tempest-PortsTestJSON-491096991 -] Network b1cfc910-6f38-4b31-9135-180f8af1fa30 has been deleted.
2016-03-09 20:06:02.807 18546 WARNING neutron.agent.dhcp.agent [req-21a71a3a-86ac-4c51-b80e-dd063399f78a tempest-RoutersNegativeTest-2043192433 -] Network fae1f7e3-17eb-46b4-a6fb-489423c5ef3a has been deleted.
2016-03-09 20:06:02.972 18546 WARNING neutron.agent.dhcp.agent [req-2e2a5d83-98e8-4ecb-b952-23d6bfe7be10 tempest-RoutersNegativeTest-2043192433 -] Network 86e6f4f6-44d8-47fe-a99d-09706c2bca2b has been deleted.
2016-03-09 20:06:03.080 18546 WARNING neutron.agent.dhcp.agent [req-7122bf8d-d791-4861-b631-c98c612d14b5 tempest-RoutersNegativeTest-2043192433 -] Network 84757435-3913-48f6-a6ec-2afead3d8aca has been deleted.
2016-03-09 20:06:03.281 18546 WARNING neutron.agent.dhcp.agent [req-f92e4880-da9c-411e-935a-da24ab1ce3f9 tempest-DvrRoutersNegativeTest-1147844329 -] Network 31a7c63c-7d56-45e8-a16b-dc2f260e9662 has been deleted.
2016-03-09 20:06:03.429 18546 WARNING neutron.agent.dhcp.agent [req-f92e4880-da9c-411e-935a-da24ab1ce3f9 tempest-DvrRoutersNegativeTest-1147844329 -] Network 31a7c63c-7d56-45e8-a16b-dc2f260e9662 has been deleted.
2016-03-09 20:06:19.922 18546 WARNING neutron.agent.dhcp.agent [req-d55228c9-4334-4002-b802-70b61e89c4b7 tempest-RoutersNegativeIpV6Test-790755908 -] Network f0c50548-5fcb-44b4-9a0b-fd9129f90e0a has been deleted.
2016-03-09 20:06:19.980 18546 WARNING neutron.agent.dhcp.agent [req-24a1762c-91a7-4684-b63f-d13154df4acc tempest-RoutersNegativeIpV6Test-790755908 -] Network 753d50bc-9c8d-4214-9f33-b38ebedd8861 has been deleted.
2016-03-09 20:06:20.070 18546 WARNING neutron.agent.dhcp.agent [req-880a6a7f-b75c-4779-9cd4-7f95fcd25e50 tempest-FloatingIPTestJSON-65531998 -] Network 7ea76559-f824-441b-b4d4-73721c734766 has been deleted.
2016-03-09 20:06:20.377 18546 WARNING neutron.agent.dhcp.agent [req-aa5e0fc6-8dd7-4ede-bc4a-50c871587bdf tempest-FloatingIPTestJSON-65531998 -] Network cf36968e-4c9d-462c-ab75-e61af8e27f0c has been deleted.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

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

Changed in neutron:
status: New → In Progress
Changed in neutron:
milestone: none → mitaka-rc1
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/291480
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=72e9fc900183abb39e0687b4fa4a4a277f21152e
Submitter: Jenkins
Branch: master

commit 72e9fc900183abb39e0687b4fa4a4a277f21152e
Author: Kevin Benton <email address hidden>
Date: Thu Mar 10 14:38:45 2016 -0800

    DHCP: Downgrade 'network has been deleted' logs

    These will happen all of the time as networks are quickly
    created/updated and then deleted. It's not any kind of
    actionable warning condition so this patch downgrades them
    to debug.

    Change-Id: Idcfb185b9a0540c13101dceb3681132f38f1716c
    Closes-Bug: #1555842

Changed in neutron:
status: In Progress → Fix Released
Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/neutron 8.0.0.0rc1

This issue was fixed in the openstack/neutron 8.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/297061

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/297062

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/kilo)

Reviewed: https://review.openstack.org/297062
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1c96717ce16833bdfc366806f0f00e445fbfee78
Submitter: Jenkins
Branch: stable/kilo

commit 1c96717ce16833bdfc366806f0f00e445fbfee78
Author: Kevin Benton <email address hidden>
Date: Thu Mar 10 14:38:45 2016 -0800

    DHCP: Downgrade 'network has been deleted' logs

    These will happen all of the time as networks are quickly
    created/updated and then deleted. It's not any kind of
    actionable warning condition so this patch downgrades them
    to debug.

    Conflicts:
     neutron/agent/dhcp/agent.py
     neutron/tests/unit/agent/dhcp/test_agent.py

    Change-Id: Idcfb185b9a0540c13101dceb3681132f38f1716c
    Closes-Bug: #1555842
    (cherry picked from commit 72e9fc900183abb39e0687b4fa4a4a277f21152e)
    (cherry picked from commit e09c435002aa3f825fd2054a68ad9e910f53bb7f)

tags: added: in-stable-kilo
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/liberty)

Reviewed: https://review.openstack.org/297061
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e09c435002aa3f825fd2054a68ad9e910f53bb7f
Submitter: Jenkins
Branch: stable/liberty

commit e09c435002aa3f825fd2054a68ad9e910f53bb7f
Author: Kevin Benton <email address hidden>
Date: Thu Mar 10 14:38:45 2016 -0800

    DHCP: Downgrade 'network has been deleted' logs

    These will happen all of the time as networks are quickly
    created/updated and then deleted. It's not any kind of
    actionable warning condition so this patch downgrades them
    to debug.

    Conflicts:
     neutron/agent/dhcp/agent.py
     neutron/tests/unit/agent/dhcp/test_agent.py

    Change-Id: Idcfb185b9a0540c13101dceb3681132f38f1716c
    Closes-Bug: #1555842
    (cherry picked from commit 72e9fc900183abb39e0687b4fa4a4a277f21152e)

tags: added: in-stable-liberty
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/neutron 2015.1.4

This issue was fixed in the openstack/neutron 2015.1.4 release.

Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/neutron 7.1.0

This issue was fixed in the openstack/neutron 7.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 2015.1.4

This issue was fixed in the openstack/neutron 2015.1.4 release.

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.