Description of problem: 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 We don't need to log these are shouldn't Version-Release number of selected component (if applicable): OSP 10 How reproducible: Always Steps to Reproduce: Run nova-scheduler. Actual results: We see lot of blobs logged. Expected results: We should only see the instance UUIDs or some other identifier. Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:2631