Bug 1817564 - Limits not updated
Summary: Limits not updated
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Migration Tooling
Version: 4.3.z
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.3.z
Assignee: John Matthews
QA Contact: Xin jiang
URL:
Whiteboard:
Depends On: 1817559
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-26 15:13 UTC by Sergio
Modified: 2020-03-30 14:52 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1817559
Environment:
Last Closed: 2020-03-30 14:52:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sergio 2020-03-26 15:13:37 UTC
+++ This bug was initially created as a clone of Bug #1817559 +++

Description of problem:
When migrationcontroller resource is edited to redefine the configured limits, the new configured limits are ignored.

Version-Release number of selected component (if applicable):
CAM 1.1.2
OCP 4.2

How reproducible:
Always

Steps to Reproduce:
1. Install CAM using this limit value in the migration controller

mig_namespace_limit: "2"

2. Run a migration of 3 clusters. The migration should be show a Critical Condition preventing the execution.
3. Edit the migrationcontroller limit and use: 

$ oc edit migrationcontroller migration-controller -n openshift-migration
....
mig_namespace_limit: "4"


Actual results:
After setting the new limit to "4" the migration continues blocked with the critical condition.

Expected results:
The new limit should be used, and migrations with 3 namespaces should be allowed.


Additional info:
Whenever we change the limits in migrationcontroller resource, the controller should be redeployed to take the new values. This redeployment is not happening.

Comment 1 John Matthews 2020-03-30 14:52:42 UTC
After reviewing this issue we have decided it's best to fix this in our CAM 1.2.0 release and not introduce possible regressions into CAM 1.1.2 with this change.
As such I am marking this BZ as CLOSED WONTFIX since we have the original BZ https://bugzilla.redhat.com/show_bug.cgi?id=1817559 already aligned to our CAM 1.2.0.


Note You need to log in before you can comment on or make changes to this bug.