** Changed in: nova
       Status: Fix Committed => 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/1232991

Title:
  The image name of a shelved server should contain a server name.

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The shelve feature powers a server off, and creates a snapshot of the server.
  The snapshot image name is "instance-XXXXXXXXX-shelved" and it doesn't 
contain a server name like the following:

  $ nova list
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | ID                                   | Name | Status | Task State | Power 
State | Networks         |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  | ee662daa-8eb6-4596-b8b8-9c7d76183d65 | vm01 | ACTIVE | None       | Running 
    | private=10.0.0.5 |
  
+--------------------------------------+------+--------+------------+-------------+------------------+
  $ nova shelve vm01
  $ nova list
  
+--------------------------------------+------+-------------------+------------+-------------+------------------+
  | ID                                   | Name | Status            | Task 
State | Power State | Networks         |
  
+--------------------------------------+------+-------------------+------------+-------------+------------------+
  | ee662daa-8eb6-4596-b8b8-9c7d76183d65 | vm01 | SHELVED_OFFLOADED | None      
 | Shutdown    | private=10.0.0.5 |
  
+--------------------------------------+------+-------------------+------------+-------------+------------------+
  $ nova image-list
  
+--------------------------------------+---------------------------------+--------+--------------------------------------+
  | ID                                   | Name                            | 
Status | Server                               |
  
+--------------------------------------+---------------------------------+--------+--------------------------------------+
  | 9cd7f2fb-f088-4634-9452-a5dd2ef4b3b5 | instance-00000004-shelved       | 
ACTIVE | ee662daa-8eb6-4596-b8b8-9c7d76183d65 |
  
+--------------------------------------+---------------------------------+--------+--------------------------------------+

  Note: "nova shelve" command is review in progress.
  (https://review.openstack.org/#/c/48596/)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1232991/+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

Reply via email to