Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-11359

Storage CO should clean up the previous CSIDriverOperator's version in status.versions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done-Errata
    • Undefined
    • 4.14.0
    • 4.9
    • Storage / Operators
    • None
    • Low
    • No
    • False
    • Hide

      None

      Show
      None
    • N/A
    • Release Note Not Required

    Description

      Description of problem:

      Customer upgraded AWS cluster from 4.8 to 4.9. All are update well but When checking the co/storage.status.versions, the AWSEBSCSIDriverOperator version is list but with previous version: 
      $ oc get co storage -o json | jq .status.versions
      [
        {
          "name": "operator",
          "version": "4.9.50"
        },
        {
          "name": "AWSEBSCSIDriverOperator",
          "version": "4.8.48"
        }
      ]
      
      From 4.9, seems CSO doesn't report the CSIDriverOperator version, so the previous CSIDriverOperator version which is not correct should be cleaned up in such case.

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

      upgrade from 4.8.48 to 4.9.50

      How reproducible:

      Always

      Steps to Reproduce:

      1. Install AWS cluster with 4.8
      2. Upgrade cluster to 4.9
      3. Check co/storage.status.versions  

      Actual results:

      [ { "name": "operator", "version": "4.9.50" }, { "name": "AWSEBSCSIDriverOperator", "version": "4.8.48" } ]

      Expected results:

      From 4.9. seems CSO doesn't report the CSIDriverOperator version, so the previous CSIDriverOperator version which is not correct should be cleaned up.

      Additional info:

       

      Attachments

        Activity

          People

            rhn-engineering-jsafrane Jan Safranek
            wduan@redhat.com Wei Duan
            Penghao Wang Penghao Wang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: