← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1790126] [NEW] Scheduler is dumping all instances on a compute host

 

Public bug reported:

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

** Affects: nova
     Importance: Low
     Assignee: Radoslav Gerganov (rgerganov)
         Status: In Progress

** Changed in: nova
   Importance: Undecided => Low

** Changed in: nova
     Assignee: (unassigned) => Radoslav Gerganov (rgerganov)

-- 
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/1790126

Title:
  Scheduler is dumping all instances on a compute host

Status in OpenStack Compute (nova):
  In Progress

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1790126/+subscriptions


Follow ups