Bug 1669543

Summary: 3.10 Clarification on KUBE_MAX_PD_VOLS for OpenShift/OpenStack Integration
Product: OpenShift Container Platform Reporter: Hemant Kumar <hekumar>
Component: StorageAssignee: Hemant Kumar <hekumar>
Status: CLOSED CURRENTRELEASE QA Contact: Chao Yang <chaoyang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: aos-bugs, aos-storage-staff, chaoyang, lxia
Target Milestone: ---   
Target Release: 3.10.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1659442
: 1669544 (view as bug list) Environment:
Last Closed: 2019-11-21 18:38:36 UTC Type: ---
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: 1659442    
Bug Blocks: 1668893, 1669544    

Comment 1 Hemant Kumar 2019-02-12 20:22:07 UTC
PR - https://github.com/openshift/origin/pull/22026

Comment 5 Chao Yang 2019-11-20 06:21:55 UTC
It is passed on
oc v3.10.183
kubernetes v1.10.0+b81c8f8
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://qe-chaoyangmaster-etcd-1:8443
openshift v3.10.181
kubernetes v1.10.0+b81c8f8


 oc describe po pod7
Name:         pod7
Namespace:    default
Node:         <none>
Labels:       name=frontendhttp
Annotations:  openshift.io/scc=anyuid
Status:       Pending
IP:           
Containers:
  myfrontend:
    Image:        aosqe/hello-openshift
    Port:         80/TCP
    Host Port:    0/TCP
    Environment:  <none>
    Mounts:
      /tmp1 from aws1 (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from default-token-v4z69 (ro)
Conditions:
  Type           Status
  PodScheduled   False 
Volumes:
  aws1:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  pvc7
    ReadOnly:   false
  default-token-v4z69:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  default-token-v4z69
    Optional:    false
QoS Class:       BestEffort
Node-Selectors:  <none>
Tolerations:     <none>
Events:
  Type     Reason            Age                From               Message
  ----     ------            ----               ----               -------
  Warning  FailedScheduling  12s (x5 over 19s)  default-scheduler  persistentvolumeclaim "pvc7" not found
  Warning  FailedScheduling  4s (x2 over 4s)    default-scheduler  0/3 nodes are available: 1 node(s) exceed max volume count, 2 node(s) were unschedulable.