Bug 1894645
Summary: | Cinder volume provisioning crashes on nil cloud provider | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jan Safranek <jsafrane> | |
Component: | Cloud Compute | Assignee: | Mike Fedosin <mfedosin> | |
Cloud Compute sub component: | OpenStack Provider | QA Contact: | weiwei jiang <wjiang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | adduarte, adeshpan, aos-bugs, aos-storage-staff, egarcia, hgomes, jsafrane, m.andre, mfedosin, mfojtik, moddi, nmoraiti, piqin, pmuller, pprinett, rheinzma, shishika, wjiang | |
Version: | 4.6.z | Keywords: | UpcomingSprint | |
Target Milestone: | --- | |||
Target Release: | 4.7.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1894561 | |||
: | 1928978 (view as bug list) | Environment: | ||
Last Closed: | 2021-02-24 15:30:03 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1894561, 1895022 | |||
Bug Blocks: | 1924785 |
Description
Jan Safranek
2020-11-04 17:06:26 UTC
Waiting for review PR https://github.com/openshift/kubernetes/pull/438 won't get likely merged into OCP, it must be fixed upstream first. This implies the config map parsing we carry in OCP must be merged upstream too. This is out of scope of storage team, assigning to cloud provider. Mike pushed Jan's changes to https://github.com/kubernetes/kubernetes/pull/96750. These now need to find a way to merge downstream as they'll apparently not merge upstream. @m.andre Thank you for confirming. Just a quick correction, my customer is at 4.5.27 is it in the roadmap the backport to 4.5? Verified with Kubernetes Version: v1.20.0+cac2421 $ oc version Client Version: 4.7.0-202102032256.p0-c66c03f Server Version: 4.7.0-0.nightly-2021-02-04-012305 Kubernetes Version: v1.20.0+cac2421 $ oc -n openshift-kube-controller-manager logs kube-controller-manager-wj47ios204ay-jsscr-master-2 |grep -i openstack.go E0204 06:13:18.749187 1 openstack.go:284] cannot get secret openstack-credentials in namespace kube-system. error: "secret \"openstack-credentials\" not found" I0204 06:13:19.015824 1 openstack.go:301] OpenStack cloud provider was initialized using data from the secret. $ oc get co storage NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE storage 4.7.0-0.nightly-2021-02-04-012305 True False False 40m $ oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE csi-manila-ceph manila.csi.openstack.org Delete Immediate false 63m standard (default) kubernetes.io/cinder Delete WaitForFirstConsumer true 64m standard-csi cinder.csi.openstack.org Delete WaitForFirstConsumer true 64m *** Bug 1923064 has been marked as a duplicate of this bug. *** 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 Container Platform 4.7.0 security, bug fix, and enhancement 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-2020:5633 |