Replies: 2 comments 11 replies
-
@BonzTM you can make use of static provisioning https://github.com/ceph/ceph-csi/blob/devel/docs/static-pvc.md#cephfs-static-pvc . |
Beta Was this translation helpful? Give feedback.
10 replies
-
Follow-up question. Does the requested size matter? Say I have 100TB of data in my CephFS root volume. Do I need to request 100TB, or is the field ignored? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like an idiot starting this discussion, but I can't seem to find any answers.
Today, I'm using CephFS in-tree volume mounting to mount my CephFS inside my pods. This allows me to have several pods (along with VMs) that can interact with the filesystem as it is. Think of it like mounting an NFS share inside of a pod.
The in-tree plugin is deprecated with K8s 1.28. The documentation now points to this CSI driver instead. Everything I read about the CephFS implementation here is that it creates PVs on top of CephFS filesystems. I want to mount the filesystem, not create a PV on top of it. Am I understanding this wrong?
What is the appropriate way to mount the existing filesystem with the in-tree plugin deprecated? Mount it on each host and leverage hostpath?
Beta Was this translation helpful? Give feedback.
All reactions