← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1472955] Re: Fail to boot with snapshot image in vmware driver

 

*** This bug is a duplicate of bug 1240373 ***
    https://bugs.launchpad.net/bugs/1240373

** Also affects: nova/kilo
   Importance: Undecided
       Status: New

** Changed in: nova/kilo
       Status: New => Fix Committed

** Changed in: nova/kilo
    Milestone: None => 2015.1.4

-- 
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):
  Fix Committed
Status in OpenStack Compute (nova) kilo series:
  Fix Committed

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


References