Activity log for bug #1287447

Date Who What changed Old value New value Message
2014-03-04 00:48:48 kwonho lee bug added bug
2014-03-04 00:49:02 kwonho lee nova: assignee kwonho lee (lkhysy)
2014-03-04 07:06:09 OpenStack Infra nova: status New In Progress
2014-03-04 08:50:21 Nikola Đipanov tags volumes
2014-03-04 09:23:28 Nikola Đipanov bug added subscriber Nikola Đipanov
2014-03-05 01:14:13 kwonho lee description When instance created by bootable volume, "shelve/unshelve" does not work properly. Here is my test step. 1. Instance create using bootable colume ==> nova boot --flavor 1 klee_test_autoha1 --block-device id=e9494670-fb19-48c7-9154-20b136ce6356,source=image,dest=volume,device=vda,bootindex=0,shutdown=remove,size=1 2. Execute shelve/unshelve command When instance created by bootable volume, "shelve/unshelve" does not work properly. In case of "shelve" instance, attached root volume does not detached. In case of "unshelve" instance, the instance that created by bootable volume does not have image ref information. Also sys_meta does not have any shelved information such as "shelved_image_id" . Because when execute the "unshelve" command, "shelve_offload_instance" method executed. In that case, Nova Conductor raised errors belows. 2014-03-03 12:17:37 ERROR [nova.openstack.common.rpc.amqp] Exception during message handling Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line 461, in _process_data **args) File "/usr/local/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py", line 172, in dispatch result = getattr(proxyobj, method)(ctxt, **kwargs) File "/usr/local/lib/python2.7/dist-packages/nova/conductor/manager.py", line 793, in unshelve_instance if sys_meta['shelved_image_id'] is not None : KeyError: 'shelved_image_id' Here is my test step. 1. Instance create using bootable colume ==> nova boot --flavor 1 klee_test_autoha1 --block-device id=e9494670-fb19-48c7-9154-20b136ce6356,source=image,dest=volume,device=vda,bootindex=0,shutdown=remove,size=1 2. Execute shelve/unshelve command
2014-04-22 09:30:23 Koji Iida bug added subscriber Koji Iida
2014-04-29 11:00:41 Mehdi Abaakouk nova: assignee kwonho lee (lkhysy) Mehdi Abaakouk (sileht)
2014-07-01 07:17:55 SamP bug added subscriber Sampath Priyankara
2014-08-05 08:37:46 Takashi Natsume bug added subscriber Takashi NATSUME
2014-09-05 05:00:42 Tomoko Inoue bug added subscriber Tomoko Inoue
2014-09-09 12:39:56 Sean Dague nova: status In Progress Confirmed
2014-09-09 12:40:00 Sean Dague nova: assignee Mehdi Abaakouk (sileht)
2014-09-09 12:40:03 Sean Dague nova: importance Undecided Low
2014-09-09 12:42:04 Sean Dague nova: status Confirmed Incomplete
2014-09-10 15:33:51 Sean Dague marked as duplicate 1307416