Bug 1622245
| Summary: | Unable to start a ESXi node after a pod got migrated from a shutdown VM | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hemant Kumar <hekumar> |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED DUPLICATE | QA Contact: | Liang Xia <lxia> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.9.0 | CC: | aos-bugs, aos-storage-staff, bchilds, fshaikh, jhou, lxia, vlaad |
| Target Milestone: | --- | ||
| Target Release: | 3.9.z | ||
| 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-11-02 17:11:45 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
2018-08-24 21:26:58 UTC
Possibly related bug - https://github.com/kubernetes/kubernetes/pull/67825 it looks like vsphere volumes do not support multiattach and yet that flag is enabled and hence causes same volume to be mounted in multiple places without detaching from old place first. Opened https://github.com/openshift/origin/pull/21025 to backport the fix to Openshift. This failed my test on v3.9.45, after the node is shutdown, it can not be started unless the volume is manually removed from it. Steps: 1. Prepare two nodes, create some deployments on node a. 2. Shutdown node a, Pods are scheduled to node b, volume is attached to node b 3. Start node a. Node a cannot be started. |