nagaboinaramgopal commented on PR #14083: URL: https://github.com/apache/cloudstack/pull/14083#issuecomment-5637482493
> @weizhouapache how does this fit in functionally with hard - and soft affinity and -anti-affinity? @DaanHoogland . This is meant as the soft counterpart of host tags on service offerings, not as another VM-to-VM affinity. A group of this type points its VMs at the hosts carrying the matching tag and raises their deployment priority. No host is excluded, so a deployment still succeeds when the tagged hosts are full. With the existing types, it uses the same host priority adjustment as the non-strict affinity and anti-affinity processors, so a VM that belongs to both kinds of group gets the combined adjustment. The strict processors still filter hosts through the avoid list before any priority is applied, so they always take precedence. It is implemented as a separate processor module and does not change the existing ones. If you or @weizhouapache think this fits better as an option on host tags than as a new affinity group type, I am happy to rework it that way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
