-
Notifications
You must be signed in to change notification settings - Fork 118
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please capitalize 'VMware' as it is a proper product name.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback
Comment on lines
+817
to
+819
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Change both instances of 'Vmware' to 'VMware' for consistency.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
There was a problem hiding this comment.
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.
Copilot uses AI. Check for mistakes.