Bug 1849329
| Summary: | Update migration-controller limits to value higher than 800Mi | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Montleon <jmontleo> | 
| Component: | Migration Tooling | Assignee: | Jason Montleon <jmontleo> | 
| Status: | CLOSED ERRATA | QA Contact: | Xin jiang <xjiang> | 
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | mberube, rjohnson, sregidor | 
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-30 18:42:32 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
        
        
          Jason Montleon
        
        
        
        
        
          2020-06-20 18:16:48 UTC
        
       This possibly applies to the CPU limit as well. Was addressed in PR https://github.com/konveyor/mig-operator/pull/410 Verified using MTC 1.3
openshift-migration-rhel7-operator@sha256:233af9517407e792bbb34c58558346f2424b8b0ab54be6f12f9f97513e391a6a
Verified by running testcase OCP-34828 - Default controller limits value:
Those are the new controller limits by default.
DISCOVERY
 oc get deployment migration-controller -o "jsonpath={.spec.template.spec.containers[?(@.name=='discovery')].resources.limits}"
map[cpu:1 memory:10Gi]
CAM
oc get deployment migration-controller -o "jsonpath={.spec.template.spec.containers[?(@.name=='cam')].resources.limits}"
map[cpu:1 memory:10Gi]
Moved to VERIFIED status.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Migration Toolkit for Containers (MTC) Tool image release advisory 1.3.0), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4148 |