VEP #141: Target Beta Graduation for v1.9#262
VEP #141: Target Beta Graduation for v1.9#262Barakmor1 wants to merge 1 commit intokubevirt:mainfrom
Conversation
lyarwood
left a comment
There was a problem hiding this comment.
/lgtm
Simple nit to explicitly list the remaining modifications to migrate but otherwise I think this is good to graduate in 1.9.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xpivarc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
162465e to
762a629
Compare
762a629 to
9855b89
Compare
orelmisan
left a comment
There was a problem hiding this comment.
Thank you @Barakmor1.
I support this graduation, as it is a prerequisite for enabling the functionality of VEP #111 by default.
| ### Beta | ||
| - Enable feature gate by default. | ||
| - Migrate all existing XML modifications from source to target-side hooks (dedicated CPU pinning, etc.). | ||
| - Migrate all target-based modifications from source to target-side hooks (dedicated CPU pinning, disk source path for cross-namespace or cross-cluster live migration). |
There was a problem hiding this comment.
Are there any potential issues when upgrading the cluster from a version which had the FG turned off?
There was a problem hiding this comment.
No, because the final XML is always identical, as the same modification log is applied during migration to the target.
There was a problem hiding this comment.
Assuming the logic won't drift between versions.
There was a problem hiding this comment.
If the logic changes, the final XML will be determined by the target hook.
Remove the requirement to enable it by default, as it is now a global requirement. Signed-off-by: bmordeha <bmordeha@redhat.com>
9855b89 to
06b4827
Compare
|
Looks good to me! |
Remove the requirement to enable it by default, as it is now a global requirement.
VEP Metadata
Tracking issue:
#141
SIG label:
/sig sig-compute
What this PR does
Special notes for your reviewer