<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<span style="font-family: Consolas; font-size: medium;">Hi OpenStack Devs,</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<span style="font-family: Consolas; font-size: medium;"><br>
</span></div>
<div><font face="Consolas">This is Wei Du from Yahoo! OpenStack engineering team. Currently, we have some data about the actual resource usage seen by ‘proc’ on each compute node. However, the actual available resources cannot be derived from the actual usage.
 For example, we have a 10G RAM on a hypervisor, the current free RAM recorded in nova.compute_nodes is -3G. By running ‘proc’ on the compute node, we see the actual RAM usage is only 3G. With these data point, we cannot say the available RAM is 7G. Assume
 the </font><span style="font-family: Menlo; font-size: 11px;">ram_allocation_ratio
</span><font face="Consolas">is</font><span style="font-family: Menlo; font-size: 11px;"> 1.5.</span><span style="font-family: Consolas;"> while the correct state seen by scheduler is 2G RAM is available.</span></div>
<div><font face="Consolas"><br>
</font></div>
<div><font face="Consolas">Physical RAM: 10G</font></div>
<div><font face="Consolas">Free RAM: -3G</font></div>
<div><font face="Consolas">Actual used RAM: 3G</font></div>
<div>
<p style="margin: 0px;"><font face="Consolas">ram_allocation_ratio: <font>1.5</font></font></p>
</div>
<div><font face="Consolas">A</font><span style="font-family: Consolas;">vailable RAM seen by scheduler: 10*1.5-(10-(-3)) = 2</span></div>
<div><span style="font-family: Consolas;"><br>
</span></div>
<div><span style="font-family: Consolas;">We are planning to implement a nova api extension, which will check nova.compute_nodes for the current resource allocation state, and return the current available resources seen by nova-scheduler. We would like to get
 your experience/suggestions/thoughts if you happen to encounter similar situation.</span></div>
<div><span style="font-family: Consolas;"><br>
</span></div>
<div><span style="font-family: Consolas;">Thanks.</span></div>
<div><span style="font-family: Consolas;">Wei</span></div>
</body>
</html>