Bug 2065308
| Summary: | CNV disables LiveMigration FG, but leaves LiveMigration workloadUpdateStrategy enabled | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Chandler Wilkerson <cwilkers> |
| Component: | Installation | Assignee: | Simone Tiraboschi <stirabos> |
| Status: | CLOSED WONTFIX | QA Contact: | Debarati Basu-Nag <dbasunag> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.10.0 | CC: | cnv-qe-bugs, dbasunag, stirabos |
| Target Milestone: | --- | ||
| Target Release: | 4.10.1 | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hco-bundle-registry-container-v4.10.1-12 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-04-29 06:26:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chandler Wilkerson
2022-03-17 15:59:13 UTC
Verified against 4.10.0-36:
===========================
Both livemigration fg and workloadUpdateStrategy is disabled
"featureGates": [
"DataVolumes",
"SRIOV",
"CPUManager",
"CPUNodeDiscovery",
"Snapshot",
"HotplugVolumes",
"ExpandDisks",
"GPU",
"HostDevices",
"DownwardMetrics",
"NUMA",
"WithHostModelCPU",
"HypervStrictCheck"
]
===========================
"workloadUpdateStrategy": {
"batchEvictionInterval": "1m0s",
"batchEvictionSize": 10
}
updating hco to enable/disable workload update strategy did not have any effect.
We reverted this fix, as for https://bugzilla.redhat.com/show_bug.cgi?id=2073880 , because it was creating other issues. |