Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1622175

Summary: Openshift does not detaches volumes from shutdown nodes on AWS if node is still around
Product: OpenShift Container Platform Reporter: Hemant Kumar <hekumar>
Component: StorageAssignee: Hemant Kumar <hekumar>
Status: CLOSED WONTFIX QA Contact: Jianwei Hou <jhou>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, aos-storage-staff, bchilds
Target Milestone: ---   
Target Release: 3.11.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-09-05 20:50:10 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 15:29:09 UTC
After https://github.com/openshift/origin/pull/20663 is merged, then node object will no longer be deleted when a node is shutdown. 

This will cause all volumes from shutdown node to be not detached and hence pods can not be migrated from the shutdown node. This is a regression from 3.9 and 3.10.

The upstream issue is being tracked - https://github.com/kubernetes/kubernetes/pull/67419

This BZ should be a 3.11 blocker.

Comment 1 Hemant Kumar 2018-08-24 19:48:52 UTC
fixes the upstream issue : https://github.com/kubernetes/kubernetes/pull/67847

Comment 2 Hemant Kumar 2018-09-05 20:50:10 UTC
We decided to not fix this in 3.11 and the default behaviour will be to not detach volumes. We will have to document this behaviour though.

I will create a JIRA issue for myself/doc team to address that.