Start a Conversation

Solved!

Go to Solution

689

July 19th, 2021 19:00

Dell CSI Driver Isilon

I'm using this on OpenShift 4.6.6. Earlier I was running driver version v.1.3.0 for last six months and suddenly it got broken. The v1.3.0 has option to create storage-class and snapshot-class while installing the driver.

 

Since my driver broken, i had to install new version v.1.6.0. The PODs are running, but there is no storage-class. How to create storage-class with allowVolumeExpansion: true ?

 

NAME READY STATUS RESTARTS AGE
isilon-controller-6c6f74ddf4-gczfs 5/5 Running 0 7h51m
isilon-controller-6c6f74ddf4-kx6cn 5/5 Running 0 7h55m
isilon-node-49r8l 2/2 Running 1 7h51m
isilon-node-959g7 2/2 Running 0 7h51m
isilon-node-9q64q 2/2 Running 1 7h51m

42 Posts

July 19th, 2021 22:00

Hi @ParasharS 

Kindly check here for the sample Storage class. 

https://github.com/dell/csi-powerscale/tree/master/helm/samples/storageclass

Also, we have specified in our documentation: Storage class section that- The CSI driver for Dell EMC PowerScale version 1.5 and later, dell-csi-helm-installer does not create any storage classes as part of the driver installation. A wide set of annotated storage class manifests have been provided in the helm/samples

Please find the documentation link here: 

https://dell.github.io/storage-plugin-docs/docs/installation/helm/isilon/

Let us know if further help is needed.

Regards

Thar_J

 

 

3 Posts

July 26th, 2021 05:00

Thanks, the doc links were helpful. I'm able to create Storage Class with these example.

No Events found!

Top