All Questions
Tagged with cephfs kubernetes
3 questions
0
votes
0
answers
128
views
why rook cephfs storage class store pv data in 2 places?
I am a newbie to ceph and run ceph using rook in bare metal environment.my question is :
when you use rook cephfs provisioner as storage class and create a pvc to assign to a pod , when the pv is ...
0
votes
1
answer
847
views
Now that the in-tree Kubernetes CephFS persistent volume plugin is deprecated how can I use Rook to get the same mounting behavior?
As of Kubernetes v1.28 the CephFS in-tree persistent volume plugin is deprecated. The official suggestion is to now instead use the third-party CSI driver. However, I am not sure how I can use for ...
0
votes
1
answer
351
views
Kubernetes volumeMount: can create/delete but can't read/write files
We've faced weird issue with one of volumeMounts of one of our deployments. Here are relevant manifests' snippets:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: xxx-media-pv-resource-...