Comment 51 for bug 1744079

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

Reviewed: https://review.openstack.org/631376
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0b0030ea2273840bd428070b2f23e755a30d2a35
Submitter: Zuul
Branch: stable/ocata

commit 0b0030ea2273840bd428070b2f23e755a30d2a35
Author: int32bit <email address hidden>
Date: Mon Jan 22 20:15:21 2018 +0800

    Refix disk size during live migration with disk over-commit

    Currently available disk of targer host is calculated based on
    local_gb, not available disk(free_disk_gb). This check can be
    negative if the target host has no free disk.

    Change-Id: Iec50269ef31dfe090f0cd4db95a37909661bd910
    closes-bug: 1744079
    (cherry picked from commit e2cc275063658b23ed88824100919a6dfccb760d)
    Signed-off-by: Zhang Hua <email address hidden>