Questions tagged [cephfs]
4 questions
0
votes
0 answers
How to sync two overlay network shares?
There is a ceph mount on two nodes. The content should be available to applications running on one of the two nodes but they should not make changes to the content. Instead I want those applications to make their changes synced on another place…

Hoffmann
- 121
- 4
0
votes
0 answers
PHP session store in cephfs
We need to support a lot of php version from 5.3 to 8.1 in K8s. Every version served by two or more pods. The sessions are stored localy in the pod's volumes, due to this solution we are using sticky sessions. I fed up with this solution and started…

Daniel
- 11
- 1
0
votes
1 answer
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-claim
spec:
accessModes:
- ReadWriteMany
…

Alex Vrublevskiy
- 11
- 2
0
votes
0 answers
Usage stats of CephFS subvolumes
Is there a way to gather and show the disk usage stats of CephFS subvolumes?
Is there anything similar to rbd du for CephFS subvolumes?
The only idea I have is something really ugly:
filesystem="ceph-filesystem"
group_name="csi"
for subvolume in…

Volodymyr Melnyk
- 577
- 1
- 5
- 19