This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  188f947367651e5b2d2e4d819f7e1e5e49d1e8a8 (commit)
       via  0cd3de58a194a9134e161f44b0a44400b58d91d3 (commit)
       via  24336b87f02ba2718d5292d46835d564aec0636a (commit)
       via  dd268cea9b6476e94eb022d1d10c2d246290e0cf (commit)
      from  2fe1373e8a5c7bd08d00820f975796593ff3327e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 188f947367651e5b2d2e4d819f7e1e5e49d1e8a8
Author: Aaron Karper <[email protected]>
Date:   Wed Sep 10 11:14:00 2014 +0200

    Don't give completely wrong cpu load without datapoints
    
    No reasonable number can be given if only one datapoint is available,
    but the previous logic returned -3*1023. This fix returns an error.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit 0cd3de58a194a9134e161f44b0a44400b58d91d3
Author: Aaron Karper <[email protected]>
Date:   Tue Sep 9 15:36:01 2014 +0200

    Simplify parts related to MonD
    
    * Flatten logic of CPUload.dcReport collector
    * Using forever instead of unconditional recursion
    * Simplify config access
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit 24336b87f02ba2718d5292d46835d564aec0636a
Author: Aaron Karper <[email protected]>
Date:   Tue Sep 9 14:52:45 2014 +0200

    Use more precise time measurement in DataCollectors
    
    Specifically microseconds since the epoch are used. This also involves
    better type safety because the ClockTime type is used.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit dd268cea9b6476e94eb022d1d10c2d246290e0cf
Author: Aaron Karper <[email protected]>
Date:   Tue Sep 2 14:27:44 2014 +0200

    Add documentation for cpuavgloadWindowSize
    
    There is no documentation for this constant, especially the unit it is
    measured in is unclear.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 src/Ganeti/Constants.hs              |    1 +
 src/Ganeti/DataCollectors/CPUload.hs |   61 +++++++++++++++++++--------------
 src/Ganeti/DataCollectors/Types.hs   |   10 +++---
 src/Ganeti/Monitoring/Server.hs      |   34 ++++++++++--------
 src/Ganeti/Utils.hs                  |   14 +++++---
 5 files changed, 69 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to