Comment 2 for bug 1717892

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to compute-hyperv (master)

Reviewed: https://review.openstack.org/504905
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=6479f5539d5dc9e60467abc6bafdc6915320ee13
Submitter: Jenkins
Branch: master

commit 6479f5539d5dc9e60467abc6bafdc6915320ee13
Author: Claudiu Belu <email address hidden>
Date: Mon Sep 18 13:19:59 2017 +0300

    hyperv: report disk_available_least field

    Reporting the disk_available_least field can help in making sure
    the scheduler doesn't pick a host that cannot fit a specific flavor's
    disk.

    The reported local_gb_used is calculated based on the instances spawned
    by nova on a certain compute node, and might not reflect the actual
    reality, especially on shared storage scenarios.

    Change-Id: I20992acef119f11f6584094438043a760fc4a287
    Closes-Bug: #1717892