Reviewed: https://review.openstack.org/579747 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b26df4fa6cd78a9b60de79750d4e9a58980d13ca Submitter: Zuul Branch: master
commit b26df4fa6cd78a9b60de79750d4e9a58980d13ca Author: zhangbailin <[email protected]> Date: Tue Jul 3 11:08:04 2018 +0800 Add unshelve instance error info to fault table When the image of the SHELVED_OFFLOADED instance is deleted, the unshelve instance will report an error, but the fault info not added into instance fault table. Closes-bug: #1779826 Change-Id: I365fcc148b27959acad1d3c4f8bb45c1ed790318 ** 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/1779826 Title: Unshelve instance can't find the image error message is not updated to the instance fault table Status in OpenStack Compute (nova): Fix Released Bug description: When deleting the image of an instance of the SHELVED_OFFLOADED state and then executing the unshelve instance operation, the unshelve instance fails, but there is no corresponding error message in the fault table of the target instance. You can reproduce the bug by following the steps below: 1.Create an instance in your environment, named "instance01", then do "Shelve Instance"; 2.The first step, if executed successfully, will generate an image named "instance01-shelved", select and delete it; 3.Return to the instance list, find the target instance, and then do "Unshelve instance". The status of this instance will be set to Error, but there is no error message in the instance fault table. I think that I have seen an error in the instance, but I don’t know why it is wrong. This is unfriendly. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1779826/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

