Bug 2041530
Summary: | HPP CSI CR can't be deleted if it's a combination of a basic storage pool, and a pvcTemplate | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Jenia Peimer <jpeimer> |
Component: | Storage | Assignee: | Alexander Wels <awels> |
Status: | CLOSED ERRATA | QA Contact: | Jenia Peimer <jpeimer> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.10.0 | CC: | awels, cnv-qe-bugs, yadu |
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | cnv v4.10, hco v4.10.0-595, hostpath-provisioner-operator v4.10.0-56 | 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: |
Description
Jenia Peimer
2022-01-17 15:48:37 UTC
Verified on CNV v4.10, HCO v4.10.0-595, hostpath-provisioner-operator v4.10.0-56 $ oc get HostPathProvisioner NAME AGE hostpath-provisioner 4s $ oc get pods -A | grep hostpath openshift-cnv hostpath-provisioner-csi-5mdj5 4/4 Running 0 16s openshift-cnv hostpath-provisioner-csi-7hhvf 4/4 Running 0 16s openshift-cnv hostpath-provisioner-csi-wvw65 4/4 Running 0 16s openshift-cnv hostpath-provisioner-operator-64b5dbf66c-9fjnl 1/1 Running 0 3h26m $ oc get pods -A | grep hpp openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-8sbqc 1/1 Running 0 36s openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-jcrbh 1/1 Running 0 36s openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-vgczp 1/1 Running 0 36s $ oc get deployments -A | grep hpp openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-97lsq 1/1 1 1 75s openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-szklx 1/1 1 1 75s openshift-cnv hpp-pool-local-pvc-template-c01-jp410-fr10-zwx7t-worker-0-z6rkq 1/1 1 1 75s $ oc delete HostPathProvisioner hostpath-provisioner hostpathprovisioner.hostpathprovisioner.kubevirt.io "hostpath-provisioner" deleted $ oc get HostPathProvisioner No resources found $ oc get deployments -A | grep hpp $ oc get pods -A | grep hpp $ oc get pods -A | grep hostpath openshift-cnv hostpath-provisioner-operator-64b5dbf66c-9fjnl 1/1 Running 0 3h28m 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 |