← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1576093] Re: block migration fail with libvirt since version 1.2.17

 

Reviewed:  https://review.openstack.org/310707
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1885a39083776605348523002f4a6aedace12cce
Submitter: Jenkins
Branch:    master

commit 1885a39083776605348523002f4a6aedace12cce
Author: Eli Qiao <liyong.qiao@xxxxxxxxx>
Date:   Fri Jun 10 14:44:54 2016 +0200

    libvirt: Prevent block live migration with tunnelled flag
    
    libvirt will report "Selecting disks to migrate is not
    implemented for tunneled migration" while doing block migration
    with VIR_MIGRATE_TUNNELLED flag.
    
    This patch does 2 changes:
    
    1. Raise exception.MigrationPreCheckError if block live migration with
       with mapped volumes and tunnelled flag on.
    2. Remove migrate_disks from params of migrateToURI3 in case of
       tunnelled block live migration w/o mapped volumes since we want
       to copy all disks to destination
    
    Co-Authored-By: Pawel Koniszewski <pawel.koniszewski@xxxxxxxxx>
    Closes-bug: #1576093
    Change-Id: Id6e49f298133c53d21386ea619c83e413ef3117a


** Changed in: nova
       Status: In Progress => 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/1576093

Title:
  block migration fail with libvirt since version  1.2.17

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Try to do block migration but fail and libvirt reports that

  "Selecting disks to migrate is not implemented for tunneled migration"

  Nova:  a4e15e329f9adbcfe72fbcd6acb94f0743ad02f8

  libvirt: 1.3.1

  reproduce:

  default devstack setting and do block migration (no shared
  instance_dir and shared instance storage used)

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


References