<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 2, 2021 at 9:44 PM Ken D'Ambrosio <<a href="mailto:ken@jots.org">ken@jots.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey, all.  Turns out we really need anti-affinity running on our (very <br>
freaking old -- Juno) clouds.  I'm trying to find docs that describe its <br>
functionality, and am failing.  If I enable it, and (say) have 10 <br>
hypervisors, and 12 VMs to fire off, what happens when VM #11 goes to <br>
fire?  Does it fail, or does the scheduler just continue to at least <br>
*try* to maintain as few possible on each hypervisor?<br>
<br></blockquote><div><br></div><div>No, it's a hard-stop. To be clear, that means that all the instances *from the same instance group* (with a anti-affinity policy) are not mixed between the same compute nodes.</div><div>With your example, this means that if you have 10 compute nodes, an anti-affinity instance group can support up to 10 instances, because an eleven created instance from the same group would get a NoValidHost.</div><div>This being said, you can of course create more than 10 instances, provided they don't share the same group.</div><div><br></div><div>For what said Sean, soft-anti-affinity was a new feature that was provided by the Liberty timeframe. The difference with hard anti-affinity is that it's no longer an hardstop, you can have more than 10 instances within your group, it's just that the scheduler will try to spread them correctly (using weighers) between all your computes.</div><div>FWIW, I wouldn't address backporting the feature as it's not only providing soft-affiinity and soft-anti-affinity weighers but it also adds those policies into the os-servergroup API. You should rather think about upgrading to Liberty if you do really care about soft-affinity or not use the filter. There are other possibilities for spreading instances between computes (for example using aggregates) that don't give you NoValidHosts exceptions on boots.<br></div><div><br></div><div>-Sylvain<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks!<br>
<br>
-Ken<br>
<br>
</blockquote></div></div>