Public bug reported: branch: master/kilo
When using nova VMwareVCDriver, nova boot failed with instance snapshot image. This error is found from tempest failure: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server Steps to reproduce the failure(command line): 1. Boot an instance using a vmdk image, for example, the instance is named with test1 2. Take a snapshot of the instance: nova image_create test1 test1_snapshot 3. Boot an instance using the snapshot image, with same disk size flavor in step 1 Expected result: Instance should boot up successfully Actual result: Instance boots up with ERROR and following error is found in compute.log: VMwareDriverException: A specified parameter was not correct. capacity Full log is available here: http://paste.openstack.org/show/358046/ ** Affects: nova Importance: Undecided Status: New -- 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/1472955 Title: Fail to boot with snapshot image in vmware driver Status in OpenStack Compute (Nova): New Bug description: branch: master/kilo When using nova VMwareVCDriver, nova boot failed with instance snapshot image. This error is found from tempest failure: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server Steps to reproduce the failure(command line): 1. Boot an instance using a vmdk image, for example, the instance is named with test1 2. Take a snapshot of the instance: nova image_create test1 test1_snapshot 3. Boot an instance using the snapshot image, with same disk size flavor in step 1 Expected result: Instance should boot up successfully Actual result: Instance boots up with ERROR and following error is found in compute.log: VMwareDriverException: A specified parameter was not correct. capacity Full log is available here: http://paste.openstack.org/show/358046/ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1472955/+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

