-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BZ-1857788 Added note about workaround for VMs using HPP #24172
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
Conversation
|
The preview will be available shortly at: |
bfc7fd2 to
a9f574d
Compare
|
/lgtm |
|
@rnetser: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ousleyp
left a comment
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.
This mostly looks great but I have one very minor fix and a couple of nitpicky suggestions. Take 'em or leave 'em. :) Thanks, Shikha!
|
/cherrypick enterprise-4.5 |
|
/cherrypick enterprise-4.6 |
|
@ousleyp: new pull request created: #24801 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@ousleyp: new pull request created: #24802 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
xrefs aren't allowed in modules: $ grep -A1 'You must not include xrefs' modules/mod-docs-ocp-conventions.adoc You must not include xrefs in modules or create an xref to a module. You can only use xrefs to link from one assembly to another. But this module only has a single consumer: $ git --no-pager grep 'include.*virt-about-upgrading-virt' origin/master origin/master:virt/upgrading-virt.adoc:include::modules/virt-about-upgrading-virt.adoc[leveloffset=+1] So shift it into the virt/ assembly to allow the xref added in 87623ba (BZ-1857788 Added note about upgrade workaround for VMs using HPP, 2020-07-24, openshift#24172).
| This includes virtual machines that use hostpath provisioner storage or SR-IOV network interfaces. | ||
| As a workaround, you can reconfigure the virtual machines so that they can be powered off automatically during a cluster upgrade. Remove the `evictionStrategy: LiveMigrate` field and | ||
| set the `runStrategy` field to `Always`. Learn more about xref:../virt/live_migration/virt-configuring-vmi-eviction-strategy.adoc#virt-configuring-vmi-eviction-strategy[configuring virtual machine eviction strategy]. |
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.
@ousleyp hey - reminder to check for xrefs in modules.
BZ-1857788 https://bugzilla.redhat.com/show_bug.cgi?id=1857788
Added a note to remove evictionStrategy: LiveMigrate and use runStrategy: Always for VMs using hostpath-provisioner or SR-IOV network interfaces as a workaround for cluster upgrade issue
Preview build: https://bz-1857788--ocpdocs.netlify.app/openshift-enterprise/latest/virt/upgrading-virt.html#how-openshift-virtualization-upgrades-affect-your-cluster
Tagging @aglitke for SME review
Tagging @rnetser for QE review
Merge/CP to enterprise-4.5 and enterprise-4.6