Comment 11 for bug 1794364

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/605840
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=25e73d5cbf66984f69deb0e808a25f97772bd9dd
Submitter: Zuul
Branch: stable/pike

commit 25e73d5cbf66984f69deb0e808a25f97772bd9dd
Author: imacdonn <email address hidden>
Date: Wed Sep 26 04:30:49 2018 +0000

    nova-manage - fix online_data_migrations counts

    When running online_data_migrations in batches, totals were not
    being accumulated - rather the counts each batch would clobber
    those from the previous one, and the last batch would run no
    migrations, so the totals were reported as zero.

    Change-Id: Ib616f2efb69baa16e18601d27b747220bbefeb16
    Closes-Bug: #1794364
    (cherry picked from commit c4c6dc736e084f2d919b9bcf93d26df87e0341c9)
    (cherry picked from commit fc9c8772012b528176c3f58d99a58491bb1aedb4)
    (cherry picked from commit d8b99f05abb2fa8964a326958804f47daf95da64)