Bug 1510178
| Summary: | Restarting the controller-manager while pod migration is in process can leave volumes permanently attached | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hemant Kumar <hekumar> |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED ERRATA | QA Contact: | Chao Yang <chaoyang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.1 | CC: | aos-bugs, aos-storage-staff, jupierce |
| Target Milestone: | --- | ||
| Target Release: | 3.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-28 14:11:22 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
Hemant Kumar
2017-11-06 20:58:42 UTC
We are discussing couple of approaches to fix this category of problems for good, but I do not think it will be ready in time for 3.7. We have a working fix for this problem - https://github.com/openshift/origin/pull/17544 We are handling detaches from shutdown nodes properly now and any dangling volume errors will autocorrect themselves. This has been fixed in 3.9. It is passed on oc v3.9.0-0.34.0 kubernetes v1.9.1+a0ce1bc657 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-1-63.ec2.internal:443 openshift v3.9.0-0.34.0 kubernetes v1.9.1+a0ce1bc657 1.oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git 2.oc volume dc/ruby-ex --add --type=persistentVolumeClaim --mount-path=/opt1 --name=v1 --claim-name=ebsc1 3.Shut down the node pod rescheduled to 4.pod will rescheduled to new node 5.restart service atomic-openshift-master-controllers.service 6.Pod is running on the new node 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, 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/RHBA-2018:0489 |