<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Cern actually did a pretty good write up of this:</div>
<div><br>
</div>
<div>http://openstack-in-production.blogspot.com/2014/07/openstack-plays-tetris-stacking-and.html</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE">
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><br>
</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">___________________________________________________________________</span></font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">Kris Lindgren</span></font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">Senior Linux Systems Engineer</span></font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri"><span class="Apple-style-span" style="font-size: 14px;">GoDaddy</span></font></font></div>
</div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Adam Lawson <<a href="mailto:alawson@aqorn.com">alawson@aqorn.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, March 3, 2016 at 4:28 PM<br>
<span style="font-weight:bold">To: </span>Silence Dogood <<a href="mailto:matt@nycresistor.com">matt@nycresistor.com</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a>" <<a href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Openstack-operators] Setting affinity based on instance type<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Mathieu,
<div><br>
</div>
<div>Blame it on my scattered brain but I'm now curious. How would this be approached practically speaking? I.e. how would
<font face="monospace,monospace">ram_weight_multiplier</font> enable the scenario I mentioned in my earliest post ?</div>
<div><br>
</div>
<div>//adam</div>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div><font>
<div style="font-family:arial;font-size:small"><b><i><br>
Adam Lawson</i></b></div>
<div><font><font color="#666666" size="1">
<div style="font-family:arial"><br>
</div>
<div style="font-family:arial;font-size:small">AQORN, Inc.</div>
<div style="font-family:arial;font-size:small">427 North Tatnall Street</div>
<div style="font-family:arial;font-size:small">Ste. 58461</div>
<div style="font-family:arial;font-size:small">Wilmington, Delaware 19801-2230</div>
<div style="font-family:arial;font-size:small">Toll-free: (844) 4-AQORN-NOW ext. 101</div>
<div style="font-family:arial;font-size:small">International: +1 302-387-4660</div>
</font><font color="#666666" size="1">
<div style="font-family:arial;font-size:small">Direct: +1 916-246-2072</div>
</font></font></div>
</font></div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Thu, Mar 3, 2016 at 10:43 AM, Silence Dogood <span dir="ltr">
<<a href="mailto:matt@nycresistor.com" target="_blank">matt@nycresistor.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">cool!</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Thu, Mar 3, 2016 at 1:39 PM, Mathieu Gagné <span dir="ltr">
<<a href="mailto:mgagne@internap.com" target="_blank">mgagne@internap.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span>On 2016-03-03 12:50 PM, Silence Dogood wrote:<br>
> We did some early affinity work and discovered some interesting problems<br>
> with affinity and scheduling. =/  by default openstack used to ( may<br>
> still ) deploy nodes across hosts evenly.<br>
><br>
> Personally, I think this is a bad approach.  Most cloud providers stack<br>
> across a couple racks at a time filling them then moving to the next.<br>
> This allows older equipment to age out instances more easily for removal<br>
> / replacement.<br>
><br>
> The problem then is, if you have super large capacity instances they can<br>
> never be deployed once you've got enough tiny instances deployed across<br>
> the environment.  So now you are fighting with the scheduler to ensure<br>
> you have deployment targets for specific instance types ( not very<br>
> elastic / ephemeral ).  goes back to the wave scheduling model being<br>
> superior.<br>
><br>
> Anyways we had the braindead idea of locking whole physical nodes out<br>
> from the scheduler for a super ( full node ) instance type.  And I<br>
> suppose you could do this with AZs or regions if you really needed to.<br>
> But, it's not a great approach.<br>
><br>
> I would say that you almost need a wave style scheduler to do this sort<br>
> of affinity work.<br>
><br>
<br>
</span>You can already do it with the RAMWeigher using the<br>
ram_weight_multiplier config:<br>
<br>
  Multiplier used for weighing ram.  Negative<br>
  numbers mean to stack vs spread.<br>
<br>
Default is 1.0 which means spread.<br>
<span><font color="#888888"><br>
--<br>
Mathieu<br>
</font></span>
<div>
<div><br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org" target="_blank">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>