Questions tagged [cephfs]

2 questions
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 …
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
  • 537
  • 5
  • 18