Comment 18 for bug 1744079

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

Reviewed: https://review.openstack.org/602477
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1c1c373291a93ad6304ff03ea09fea24a5cb5fd0
Submitter: Zuul
Branch: stable/rocky

commit 1c1c373291a93ad6304ff03ea09fea24a5cb5fd0
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)