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

Bug 1831262

Summary: vSphere storageclass correctly creating vmdk, however it is not provisioning/mounted during pod scheduling.
Product: OpenShift Container Platform Reporter: Freddy E. Montero <fmontero>
Component: StorageAssignee: Hemant Kumar <hekumar>
Status: CLOSED DUPLICATE QA Contact: Qin Ping <piqin>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.3.zCC: aos-bugs, hekumar, jsafrane
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-05 15:51:06 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 Freddy E. Montero 2020-05-04 18:47:07 UTC
What problem/issue/behavior are you having trouble with?  What do you expect to see?
vSphere class correctly creating vmdk period, however it is not provisioning during pod scheduling.

Where are you experiencing the behavior? What environment?
In lab environment.

When does the behavior occur? Frequency? Repeatedly? At certain times?
Everytime.

What information can you provide around timeframes and the business impact?
We are currently engaged with RHC on a 12 week project to got to production with openshift 4.3. This is a blocker for this project at the moment.

Comment 2 Freddy E. Montero 2020-05-04 18:56:16 UTC
VMWare version/build
ESXi 6.7 P01	ESXi670-201912001

OCP version: 4.3.13

Storage Classes:
NAME             PROVISIONER                    AGE
test             kubernetes.io/vsphere-volume   3m7s
thin (default)   kubernetes.io/vsphere-volume   12h

- apiVersion: storage.k8s.io/v1
  kind: StorageClass
  metadata:
    creationTimestamp: 2020-05-01T03:15:16Z
    name: test
    namespace: ""
    resourceVersion: "224402"
    selfLink: /apis/storage.k8s.io/v1/storageclasses/test
    uid: 40fd9617-a025-4a96-a53d-525df15d434f
  parameters:
    datastore: HWUNITY01_VMFS00_OpenShift
    diskformat: thin
  provisioner: kubernetes.io/vsphere-volume
  reclaimPolicy: Delete
  volumeBindingMode: Immediate

- apiVersion: storage.k8s.io/v1
  kind: StorageClass
  metadata:
    annotations:
      storageclass.kubernetes.io/is-default-class: "true"
    creationTimestamp: 2020-04-30T15:03:38Z
    name: thin
    namespace: ""
    ownerReferences:
    - apiVersion: v1
      kind: clusteroperator
      name: storage
      uid: 97be4caa-ded3-45ab-aa43-4aa8b46a6292
    resourceVersion: "10012"
    selfLink: /apis/storage.k8s.io/v1/storageclasses/thin
    uid: c8221e84-5120-447d-aca8-68861b49c978
  parameters:
    diskformat: thin
  provisioner: kubernetes.io/vsphere-volume
  reclaimPolicy: Delete
  volumeBindingMode: Immediate
kind: List
metadata:
  resourceVersion: ""
  selfLink: ""