← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1499449] Re: libvirt live-migration: Monitoring task does not track progress watermark correctly

 

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

Marking this one as a duplicate as it is fixed already -
https://review.openstack.org/#/c/331685/

** This bug has been marked a duplicate of bug 1591240
   progress_watermark is not updated

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

Title:
  libvirt live-migration: Monitoring task does not track progress
  watermark correctly

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  It is possible for a libvirt to report
  libvirt.VIR_DOMAIN_JOB_UNBOUNDED in _live_migration_monitor
  (https://github.com/openstack/nova/blob/ccea5d6b0ace535b375d3e63bd572885cb5dbc91/nova/virt/libvirt/driver.py#L5823)

  but return 0s for data_remaining, which in turn makes out progress
  watermark 0 which is lower than it is likely to get during the
  migration and basically useless to report as it is going to be 0.

  We should not 0 out the progress_watermark var in that method

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


References