[Openstack-docs] [openstack/nova] DocImpact review request change I81bf90898d3cb81541f4390596823cc00106eb20

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Fri Apr 19 09:29:51 UTC 2013


Hi, I'd like you to take a look at this patch for potential
DocImpact.
https://review.openstack.org/27160

Log:
commit 7a0e358881d41e8211f27f7101f21ba2a4c2cb9e
Author: Alvaro Lopez Garcia <aloga at ifca.unican.es>
Date:   Thu Apr 18 17:28:27 2013 +0200

    Normalize the scheduler weights.
    
    If somebody wants to implement any weighter different than RAM we
    have to ensure that all weights are normalized before doing anything
    with them (that is, before applying the multiplier and before we sum
    the calculated weight to the object). In this change all the weights
    are normalized to 1, so that the final weight for a host will be:
    
        weight = w1_multiplier * norm_w1 + w2_multiplier * norm_w2 + ...
    
    DocImpact
    
    Change-Id: I81bf90898d3cb81541f4390596823cc00106eb20




More information about the Openstack-docs mailing list