-
Notifications
You must be signed in to change notification settings - Fork 28
MTV-2772: Scheduling target VMs #781
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?
MTV-2772: Scheduling target VMs #781
Conversation
fa48ee0 to
8e77bc9
Compare
...tion/doc-Migrating_your_virtual_machines/assemblies/assembly_advanced-migration-options.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
| + | ||
| Node Affinity and Node Anti-Affinity rules offer more flexible placement control than rigid Node Selector rules, because they support conditionals such as `or`, `and`, or `not`. For example, you could require that a VM be powered on "only if it is migrated to node A _or_ if it is migrated to an SSD disk, but it _cannot_ be migrated to a node for which `license-tier=silver` is true." | ||
| + | ||
| Additionally, both types of rules allow you to include both _hard_ and _soft_ conditions in the same rule. A hard condition is a requirement, and a soft condition is a preference. The previous example used only hard conditions. A rule that states that "a VM can be powered on if it is migrated to node A _or_ if it is migrated to an SSD disk, but it is preferred not to migrate it to a node for which `license-tier=silver` is true" is an example of a rule that uses soft conditions. |
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 example in the parens -- is that the way the rule must be worded? If not, maybe:
A rule that states that "a VM can be powered on if it is migrated to node A or if it is migrated to an SSD disk, but the preference is to not migrate to a node for which license-tier=silver is true" is...
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.
@nunzy1 Let me ask an SME about this.
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.
|
@RichardHoch After you bring live migration and UDN into the new framework, remove the // in // UDNs are discussed in greater detail in xref:about-udn_mtv[About user defined networks]. Migration procedures have been updated to include UDNs. in selecting-migration-network-for-virt-provider.adoc . |
...tion/doc-Migrating_your_virtual_machines/assemblies/assembly_advanced-migration-options.adoc
Show resolved
Hide resolved
documentation/doc-Migration_Toolkit_for_Virtualization/master.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/about-configuring-target-vm-scheduling.adoc
Outdated
Show resolved
Hide resolved
documentation/modules/configuring-target-vm-scheduling-cli.adoc
Outdated
Show resolved
Hide resolved
4263af7 to
6015978
Compare
6015978 to
44704b2
Compare
8c5d2ea to
d15b016
Compare
|
LGTM |
MTV 2.10
Resolves https://issues.redhat.com/browse/MTV-2772 by adding a description of scheduling target VMs as well as UI and CLI procedures.
Preview: