← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1993736] Re: nova does not log delete action when deleting shelved_offloaded instances

 

Reviewed:  https://review.opendev.org/c/openstack/nova/+/862404
Committed: https://opendev.org/openstack/nova/commit/c97507dfcd57cce9d76670d3b0d48538900c00e9
Submitter: "Zuul (22348)"
Branch:    master

commit c97507dfcd57cce9d76670d3b0d48538900c00e9
Author: alexc20 <alexchanwork20@xxxxxxxxx>
Date:   Fri Oct 21 17:09:39 2022 -0300

    record action log when deleting shelved instance
    
    Closes-Bug: #1993736
    
    Change-Id: I9ce18cbba5083c55d15d9b7c2a89133d227754ea


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

Title:
  nova does not log delete action when deleting shelved_offloaded
  instances

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Description
  ===========
  When deleting an instance that is shelved, delete action is not added to instance action list.

  Steps to reproduce
  ==================
  $ nova shelve <instance_uuid>
  $ nova delete <instance_uuid>
  $ nova instance-action-list <instance_uuid>

  Expected result
  ===============
  delete action should show up in the action list.

  Actual result
  =============
  delete action does not show up in the action list.

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



References