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: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED DUPLICATE | QA Contact: | Qin Ping <piqin> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.z | CC: | 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
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: ""
|