Comment 54 for bug 1469179

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

Reviewed: https://review.opendev.org/551026
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5406c8bd9b8740a27c60a0ac7983c84e440f0d35
Submitter: Zuul
Branch: master

commit 5406c8bd9b8740a27c60a0ac7983c84e440f0d35
Author: Dan Smith <email address hidden>
Date: Thu Mar 8 14:35:15 2018 -0800

    Remove deprecated CPU, RAM, disk claiming in resource tracker

    In change Id62136d293da55e4bb639635ea5421a33b6c3ea2, we deprecated the
    scheduler filters for CPU, RAM, and Disk since they were no longer
    necessary in the new placement-based world. With these filters disabled,
    we are no longer passing limits down to the resource tracker meaning we
    are treating everything in the claim process as unlimited. This means
    most of the claiming code here, NUMA stuff aside, is now a no-op and can
    be removed. Do just that.

    Change-Id: I2936ce8cb293dc80e1a426094fdae6e675461470
    Co-Authored-By: Stephen Finucane <email address hidden>
    Partial-Bug: #1469179