The deploy script deployment/lvctl.sh creates the PVCs in the hard-coded ocs-storagecluster-ceph-rbd StorageClass by default.
If no StorageClass is specified in the command line, the script should ideally create the PVCs in the default storage class (the one with the annotation storageclass.kubernetes.io/is-default-class="true") or in any existing StorageClass if the default is not defined.
The deploy script
deployment/lvctl.shcreates the PVCs in the hard-codedocs-storagecluster-ceph-rbdStorageClass by default.If no StorageClass is specified in the command line, the script should ideally create the PVCs in the default storage class (the one with the annotation
storageclass.kubernetes.io/is-default-class="true") or in any existing StorageClass if the default is not defined.