Bug 1733595

Summary: Dynamic provisioning storage on vpshere backend fails with "404 Not Found" error
Product: OpenShift Container Platform Reporter: Luke Stanton <lstanton>
Component: StorageAssignee: Hemant Kumar <hekumar>
Status: CLOSED NOTABUG QA Contact: Liang Xia <lxia>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, aos-storage-staff, hekumar, jsafrane, ksalunkh, maupadhy, openshift-bugs-escalate, rsunog, ssadhale
Target Milestone: ---   
Target Release: 3.11.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: 2019-08-07 16:22:18 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:

Comment 6 kedar 2019-07-29 10:50:06 UTC
Following are the pvc details been provided below.

# oc get -o yaml pvc vsphere-registry-storage

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{"volume.beta.kubernetes.io/storage-class":"vsphere"},"name":"vsphere-registry-storage","namespace":"default"},"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}}}}
    volume.beta.kubernetes.io/storage-class: vsphere
    volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/vsphere-volume
  creationTimestamp: 2019-07-26T13:04:20Z
  finalizers:
  - kubernetes.io/pvc-protection
  name: vsphere-registry-storage
  namespace: default
  resourceVersion: "10268623"
  selfLink: /api/v1/namespaces/default/persistentvolumeclaims/vsphere-registry-storage
  uid: e1c12169-afa5-11e9-9726-005056bbb29c
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 1Gi
status:
  phase: Pending