← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Reviewed:  https://review.openstack.org/598611
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4fd7c93726eff4cc0b010741ea1772cf19c314fc
Submitter: Zuul
Branch:    master

commit 4fd7c93726eff4cc0b010741ea1772cf19c314fc
Author: Radoslav Gerganov <rgerganov@xxxxxxxxxx>
Date:   Fri Aug 31 13:53:19 2018 +0300

    Do not dump all instances in the scheduler
    
    There is a log message in the scheduler which dumps all instances
    running on a compute host. 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
    
    Instead of fixing 2), just print instance UUIDs.
    
    Closes-Bug: #1790126
    Related-Bug: #1620692
    Change-Id: I0eda1c58a7eb54121230c880818b4b1d0fdf4893


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

Title:
  Scheduler is dumping all instances on a compute host

Status in OpenStack Compute (nova):
  Fix Released

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


References