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"
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?