Bug 2042799
| Summary: | All existing templates are marked as deprecated after CNV upgrade | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Ruth Netser <rnetser> |
| Component: | SSP | Assignee: | Karel Šimon <ksimon> |
| Status: | CLOSED ERRATA | QA Contact: | Roni Kishner <rkishner> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.10.0 | CC: | cnv-qe-bugs, ycui |
| Target Milestone: | --- | ||
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | kubevirt-ssp-operator-container-v4.10.0-40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-16 16:06: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: | |||
Verified on ssp-operator v4.10.0-41, upgraded from 4.9.2 to 4.10. 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 (Moderate: OpenShift Virtualization 4.10.0 Images security and bug fix update), 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/RHSA-2022:0947 |
Description of problem: All existing templates are marked as deprecated after CNV upgrade, new templates are ok. Version-Release number of selected component (if applicable): SSP operator v4.10.0-39 How reproducible: Steps to Reproduce: 1. Upgrade from CNV 4.9.2 to CNV 4.10.0 2. 3. Actual results: All templates which existed in 4.9 are marked as deprecated. Expected results: Only CentOs8 should be marked as deprecated Additional info: $ for i in `oc get template -n openshift -oname | cut -d"/" -f2 | grep -i "fed\|rhel\|centos\|win" | grep -v "tomcat9\|jws54"`; do echo $i; oc get template -n openshift $i -oyaml |grep -i depre ; done centos-stream8-desktop-large centos-stream8-desktop-medium centos-stream8-desktop-small centos-stream8-desktop-tiny centos-stream8-server-large centos-stream8-server-medium centos-stream8-server-small centos-stream8-server-tiny centos-stream9-desktop-large centos-stream9-desktop-medium centos-stream9-desktop-small centos-stream9-desktop-tiny centos-stream9-server-large centos-stream9-server-medium centos-stream9-server-small centos-stream9-server-tiny centos7-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos7-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" centos8-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-highperformance-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-highperformance-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" fedora-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel6-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-highperformance-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-highperformance-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel7-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-highperformance-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-highperformance-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-saphana-tiny rhel8-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel8-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-desktop-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-desktop-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-highperformance-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-highperformance-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-server-small template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" rhel9-server-tiny template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows10-desktop-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows10-desktop-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows10-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows10-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k12r2-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k12r2-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k12r2-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k12r2-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k16-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k16-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k16-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k16-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k19-highperformance-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k19-highperformance-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k19-server-large template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true" windows2k19-server-medium template.kubevirt.io/deprecated: "true" template.kubevirt.io/deprecated: "true"