← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1376586] [NEW] pre_live_migration is missing some disk information in case of block migration

 

Public bug reported:

The pre_live_migration API is called with a disk retrieved by a call to
driver.get_instance_disk_info when doing a block migration.
Unfortunately block device information is not passed, so Nova is calling
LibvirtDriver._create_images_and_backing with partial disk_info.

As a result, for example when migrating a volume with a NFS volume
attached, a useless file is created in the instance directory.

** Affects: nova
     Importance: Undecided
     Assignee: Thomas Herve (therve)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Thomas Herve (therve)

-- 
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/1376586

Title:
  pre_live_migration is missing some disk information in case of block
  migration

Status in OpenStack Compute (Nova):
  New

Bug description:
  The pre_live_migration API is called with a disk retrieved by a call
  to driver.get_instance_disk_info when doing a block migration.
  Unfortunately block device information is not passed, so Nova is
  calling LibvirtDriver._create_images_and_backing with partial
  disk_info.

  As a result, for example when migrating a volume with a NFS volume
  attached, a useless file is created in the instance directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1376586/+subscriptions


Follow ups

References