Bug 1816235 - All migrations fail when the controller is installed in 3.9 cluster
Summary: All migrations fail when the controller is installed in 3.9 cluster
Keywords:
Status: CLOSED DUPLICATE of bug 1816230
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Migration Tooling
Version: 4.3.z
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.3.z
Assignee: John Matthews
QA Contact: Xin jiang
URL:
Whiteboard:
Depends On: 1816230
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-23 15:48 UTC by Sergio
Modified: 2020-03-25 15:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1816230
Environment:
Last Closed: 2020-03-25 15:39:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sergio 2020-03-23 15:48:32 UTC
+++ This bug was initially created as a clone of Bug #1816230 +++

Description of problem:
When the controller is installed in a 3.9 cluster, all migrations fail

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

How reproducible:
Always

Steps to Reproduce:
1. Prepare 2 clusters to perform migrations. One of them must be version ocp3.9 and the other ocp4.3
2. Install the controller in the 3.9 cluster
3. Run any migration

Actual results:
The migration fails with this failure

$ oc get migmigration -o yaml
....
  status:
    conditions:
    - category: Advisory
      durable: true
      lastTransitionTime: 2020-03-23T15:22:45Z
      message: '[1] Stage pods created.'
      status: "True"
      type: StagePodsCreated
    - category: Critical
      lastTransitionTime: 2020-03-23T15:23:04Z
      message: 'Reconcile failed: [pods "restic-26mz2" is forbidden: User "system:serviceaccount:openshift-migration:migration-controller"
        cannot delete pods in the namespace "openshift-migration": User "system:serviceaccount:openshift-migration:migration-controller"
        cannot delete pods in project "openshift-migration"]. See controller logs
        for details.'
      status: "True"
      type: ReconcileFailed
    phase: RestartRestic



Expected results:
The migration should run without failures

Additional info:

Comment 1 Dylan Murray 2020-03-25 15:39:32 UTC
We are not including this fix in CAM 1.1.2 Closing the bug as we have one open that aligns to CAM 1.2.

*** This bug has been marked as a duplicate of bug 1816230 ***


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