Comment 15 for bug 1757207

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

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

commit ef5c02209a28510eee66edc8495acc6cd4e0993a
Author: imacdonn <email address hidden>
Date: Sat Sep 22 00:55:36 2018 +0000

    nova-status - don't count deleted compute_nodes

    When counting rows in the compute_nodes table to compare against
    resource records, those which have been marked as deleted should
    not be counted, otherwise the result is artificially high.

    Change-Id: Ia3fbb9c46c15826fc363286ce48984f59cbe1e62
    Closes-Bug: #1757207
    (cherry picked from commit 3e902313e9c3117e76d6adf88a2f104bc229374c)