← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1818252] Re: Incorrect logging instance uuid in nova logs

 

Reviewed:  https://review.openstack.org/640723
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=704880468b2cc495bb00266ff00bbea4fb0f28e6
Submitter: Zuul
Branch:    master

commit 704880468b2cc495bb00266ff00bbea4fb0f28e6
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Mon Mar 4 15:34:19 2019 +0900

    Fix wrong consumer type in logging
    
    In the 'delete_allocation_for_instance' method,
    a consumer UUID is output in the log.
    
    The consumer UUID is UUID of a server or UUID of a migration.
    However the consumer UUID is described as UUID of a server
    in the log.
    Fix the description in the log.
    
    Change-Id: I1dea4472b232d6c054879ebda2536658d9769053
    Closes-Bug: #1818252


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

Title:
  Incorrect logging instance uuid in nova logs

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Hi,

  Found a logging mistake in nova :

  1596dd6225ef4abea7762c8b040b3f55 d60b403029ad41888c5822584263b983 - default default] [instance: 26bec746-110b-4777-af3f-15143b473667] Migrating instance to p6r01-nd02 finished successfully.
      2019-03-01 14:40:29.949 2262558 INFO nova.scheduler.client.report [req-4439c30b-0f5b-4982-b775-37b2062e849c 1596dd6225ef4abea7762c8b040b3f55 d60b403029ad41888c5822584263b983 - default default] Deleted allocation for instance 4c7621bb-c34b-4e57-82ee-e9cea87d7a8b

  There is  " Deleted allocation for instance 4c7621bb-c34b-4e57-82ee-
  e9cea87d7a8b  "  , which is bad uuid ( this is uuid for migration , no
  for instance )

  It should be  26bec746-110b-4777-af3f-15143b473667 ( instance uuid )

  Thanks,
  Michal

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


References