-
|
Hello, I'm currently migrating from a cephadm cluster on Nomad to a Rook cluster in k8s, and I seem to have hit a (slight) snag: In my baremetal cluster, I've got a CephFS subvolume which is allowed to consume the entirety of the pool it's running on, with no quotas set. I'm now trying to figure out how to get the same setup in Kubernetes, a CephFS PVC that is mountable to Pods like any other PVC, but doesn't impose quotas on the underlying CephFS subvolume. Is that possible somehow? I've already tried removing the Does anyone have an idea? E.g. is there a way I could create the subvolume in Ceph and then setup a PersistentVolume(Claim) that uses it and just ignores the capacity setting? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@mmeier86 i think you can do couple of things
|
Beta Was this translation helpful? Give feedback.
@mmeier86 i think you can do couple of things