Bug 1419188

Summary: The error description in oc describe pod is misleading
Product: OpenShift Container Platform Reporter: Siva Reddy <schituku>
Component: NodeAssignee: Derek Carr <decarr>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.5.0CC: aos-bugs, gblomqui, jokerman, mmccomas, wmeng
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-03 17:57:41 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 Siva Reddy 2017-02-03 20:34:50 UTC
Description of problem:
   The error description in oc describe is not pointing to the root cause of the problem and is misleading 

Version-Release number of selected component (if applicable):
openshift v3.5.0.9+e84be2b
kubernetes v1.5.2+43a9be4
etcd 3.1.0


How reproducible:
always

Steps to Reproduce:
1. create a pod where the volume is full
# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda2       10G  9.9G   95M 100% /
devtmpfs        7.8G     0  7.8G   0% /dev
tmpfs           7.7G     0  7.7G   0% /dev/shm
tmpfs           7.7G  757M  6.9G  10% /run
tmpfs           7.7G     0  7.7G   0% /sys/fs/cgroup
tmpfs           1.6G     0  1.6G   0% /run/user/1000
tmpfs           1.6G     0  1.6G   0% /run/user/0

2.oc describe pod/<<pod-name>> and note the message
pod (uperf-sender-fz18f) failed to fit in any node
fit failure summary on nodes : CheckServiceAffinity (3), MatchNodeSelector (3)

Actual results:
The message points to check affinity and match node selector where as the node selector requirements are met.


Expected results:
   It would be nice if it can some how point to the fact that there is no space.

Comment 2 Greg Blomquist 2019-07-03 17:57:41 UTC
No progress in 2 years on a low severity bug.