Comment 3 for bug 1288809

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

Reviewed: https://review.openstack.org/81954
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fa2f139e22ed1317f4afe01faaf7ee3943444715
Submitter: Jenkins
Branch: master

commit fa2f139e22ed1317f4afe01faaf7ee3943444715
Author: Robert Li <email address hidden>
Date: Fri Jul 11 14:26:28 2014 -0400

    makes sure correct PCI device allocation

    With this patch, on the compute node, a stats pool will be associated with a
    list of devices that belongs to the pool. This makes sure that PCI devices are
    allocated out of the same stats pools that are used by the nova scheduler to
    satisfy the PCI requests. And therefore, stats pools on the compute nodes will
    be kept in sync with their counterparts in the nova scheduler.

    Change-Id: I2d97c6354215e2ac5ff659e3203c33771abe1c09
    Closes-bug: #1288809