"Overwriting current allocation" warnings in logs during move operations although there are no failures
Bug #1822917 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Takashi Natsume | ||
Stein |
Fix Committed
|
Medium
|
Matt Riedemann |
Bug Description
I'm not sure why this is a warning:
Because it shows up in normal operations during a resize where allocations are moved from the instance to the migration record as of this blueprint in queens:
https:/
This ends up being a lot of log spam:
The warning was added in this change:
https:/
But I'm not sure why. It should probably be INFO or DEBUG.
Changed in nova: | |
assignee: | nobody → Takashi NATSUME (natsume-takashi) |
status: | New → In Progress |
To post a comment you must log in.
The "Overwriting current allocation" log message is output when reverting resize.
So it is a normal case.