Scheduler is dumping all instances on a compute host
Bug #1790126 reported by
Radoslav Gerganov
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Radoslav Gerganov | ||
Ocata |
Fix Committed
|
Medium
|
Stephen Finucane | ||
Pike |
Fix Released
|
Medium
|
Stephen Finucane | ||
Queens |
Fix Released
|
Medium
|
s10 | ||
Rocky |
Fix Released
|
Medium
|
s10 |
Bug Description
There is a log message in the scheduler which dumps all instances running on a compute host:
LOG.debug("Update host state with instances: %s", inst_dict)
There are at least 2 problems with this:
1. it generates huge amount of logs which are not really useful
2. it crashes when there is an instance with non-ascii name
Changed in nova: | |
importance: | Undecided → Low |
assignee: | nobody → Radoslav Gerganov (rgerganov) |
tags: | added: scheduler |
Changed in nova: | |
importance: | Low → Medium |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/598611
Review: https:/