Replies: 1 comment
-
You'll need to use subvolumegroup in the configmap. Creating a subvolumegroup https://github.com/ceph/ceph-csi/blob/devel/deploy/csi-config-map-sample.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to create a cephfs storage class and specify the folder that dynamically provisioned volumes are saved to, and I'm not quite sure how to do this. I read about subvolume groups but I wasn't sure if those were what I wanted (#1884 (comment))
Here is what my storage class looks like:
I have other stuff on my cluster so I would ideally have the dynamic provisioner work in /kubernetes/volumes/
I am also aware that I'm able to do manually created static volumes with rootPath under a PV, but that's not quite what I'm looking to do here.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions