You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: cstor-csi-disk
provisioner: cstor.csi.openebs.io
allowVolumeExpansion: true
parameters:
cas-type: cstor
# cstorPoolCluster should have the name of the CSPC
cstorPoolCluster: cstor-disk-pool
# replicaCount should be <= no. of CSPI created in the selected CSPC
replicaCount: "3"
Upon creating a PVC, this is the error it throws
Any clue on what could be the issue?
The text was updated successfully, but these errors were encountered:
Getting this error with a fresh installation.
failed to provision volume with StorageClass "cstor-csi-disk": error generating accessibility requirements: no available topology found
Installation was using helm chart.
values.yaml
diskpool.yaml
storageclass.yaml
Upon creating a PVC, this is the error it throws
Any clue on what could be the issue?
The text was updated successfully, but these errors were encountered: