Bug 1866843
Summary: | upgrade got stuck because of FailedAttachVolume | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Hongkai Liu <hongkliu> | |
Component: | Storage | Assignee: | OpenShift Storage Bugzilla Bot <ocp-storage-bot> | |
Storage sub component: | Storage | QA Contact: | Wei Duan <wduan> | |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | aos-bugs, hekumar, jsafrane, khnguyen, nmalik, vlaad, wking | |
Version: | 4.5 | Keywords: | ServiceDeliveryImpact, Upgrades | |
Target Milestone: | --- | |||
Target Release: | 4.6.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1867800 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-25 21:19:40 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1867800 |
Description
Hongkai Liu
2020-08-06 14:27:00 UTC
I am fixing this bug here - https://github.com/kubernetes/kubernetes/pull/93567 *** Bug 1872842 has been marked as a duplicate of this bug. *** Rebase has landed quite some time ago. Pod consuming an attached volume still can not run correctly. Checked the code, looks the PR is not in origin. Hemant could you help double check? Thx! @Hermant, thank you very much for your help. Verified the bugs with the following steps: 1. Clone a storageclass(gp2-test) from gp2 with "Immediate" volumeBindMode. 2. Create a PVC with gp2-test sc 3. When PV is created, attach volume from aws console to the worker instance to /dev/xvdbd 4. Create a Pod using the PVC 5. Check Pod status. 6. Pod can be run successfully. Cluster version: 4.6.0-0.nightly-2020-09-23-022756 |