Bug 1669543 - 3.10 Clarification on KUBE_MAX_PD_VOLS for OpenShift/OpenStack Integration
Summary: 3.10 Clarification on KUBE_MAX_PD_VOLS for OpenShift/OpenStack Integration
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 3.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.10.z
Assignee: Hemant Kumar
QA Contact: Chao Yang
URL:
Whiteboard:
Depends On: 1659442
Blocks: 1668893 1669544
TreeView+ depends on / blocked
 
Reported: 2019-01-25 15:47 UTC by Hemant Kumar
Modified: 2019-11-21 18:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1659442
: 1669544 (view as bug list)
Environment:
Last Closed: 2019-11-21 18:38:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.