Reviewed: https://review.openstack.org/468519 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=590ecfb894a7da0c9a16ab9a60638963a10e48db Submitter: Jenkins Branch: master
commit 590ecfb894a7da0c9a16ab9a60638963a10e48db Author: Chris Dent <[email protected]> Date: Fri May 26 19:25:18 2017 +0000 Changing deleting stale allocations warning to debug Deleting the allocations is an expected action, and happens frequently so we don't want it to be a warning. It is useful as a piece of debug information, however. Change-Id: Idf88eef036bbe8deca190366f052ab9e355de6e9 Closes-Bug: #1693903 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1693903 Title: Excessive "Deleting stale allocation for instance" warnings in nova- compute logs Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: New Status in OpenStack Compute (nova) ocata series: New Bug description: I noticed this here: https://review.openstack.org/#/c/460177/12/nova/compute/resource_tracker.py Which is part of a refactor, and that warning actually goes back to newton: https://github.com/openstack/nova/commit/9374566d194be1e861e7d08dd0e3b2a615ff408c It shows up a ton: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22Deleting%20stale%20allocation%20for%20instance%5C%22%20AND%20tags%3A%5C%22screen-n-cpu.txt%5C%22&from=7d It shouldn't be a warning. This is when we're deleting resource provider allocations for instances that are being deleted, it's normal operation as far as I can tell. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1693903/+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

