Skip to content

note on affinity in combination with vmware DRS #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,12 @@ deployed to the same host.
"non-strict host affinity" is similar to, but more flexible than, "host affinity",
Instances are ideally placed together in the same host, but only if possible.

.. note:: When using Vmware and enabling DRS, the results are
unpredictable. Vmware implements similar functionality but
CloudStack does not leverage the Vmware feature. As Vmware is
Comment on lines +817 to +819
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vendor name 'VMware' should be capitalized consistently.

Suggested change
.. note:: When using Vmware and enabling DRS, the results are
unpredictable. Vmware implements similar functionality but
CloudStack does not leverage the Vmware feature. As Vmware is
.. note:: When using VMware and enabling DRS, the results are
unpredictable. VMware implements similar functionality but
CloudStack does not leverage the VMware feature. As VMware is

Copilot uses AI. Check for mistakes.

Comment on lines +817 to +819
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please capitalize 'VMware' as it is a proper product name.

Suggested change
.. note:: When using Vmware and enabling DRS, the results are
unpredictable. Vmware implements similar functionality but
CloudStack does not leverage the Vmware feature. As Vmware is
.. note:: When using VMware and enabling DRS, the results are
unpredictable. VMware implements similar functionality but
CloudStack does not leverage the VMware feature. As VMware is

Copilot uses AI. Check for mistakes.

Comment on lines +817 to +819
Copy link
Preview

Copilot AI Jul 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change both instances of 'Vmware' to 'VMware' for consistency.

Suggested change
.. note:: When using Vmware and enabling DRS, the results are
unpredictable. Vmware implements similar functionality but
CloudStack does not leverage the Vmware feature. As Vmware is
.. note:: When using VMware and enabling DRS, the results are
unpredictable. VMware implements similar functionality but
CloudStack does not leverage the VMware feature. As VMware is

Copilot uses AI. Check for mistakes.

unaware of the CloudStack definition of affinity groups, its DRS
may go against the desired configuration.

The scope of an affinity group is on an Account level.


Expand Down