--- # Static PV for the shared MEDIASTORE CephFS subvolume, same rootPath as the # arrstack/fafflix/cheeztv mediastore PVs. Each namespace gets its own PV # (unique name + volumeHandle) pinned by claimRef; mediamark reads and rewrites # the same library tree the *arr apps import into, so it must be the same # filesystem (hardlink-safe). apiVersion: v1 kind: PersistentVolume metadata: name: mediamark-mediastore spec: capacity: storage: 10Ti accessModes: - ReadWriteMany persistentVolumeReclaimPolicy: Retain storageClassName: "" volumeMode: Filesystem claimRef: namespace: mediamark name: mediamark-mediastore csi: driver: cephfs.csi.ceph.com volumeHandle: mediamark-mediastore-static nodeStageSecretRef: name: csi-cephfs-secret namespace: csi-cephfs volumeAttributes: staticVolume: "true" clusterID: cephfs_csi_ssd_ec_4_1 fsName: cephfs rootPath: /volumes/csi_ssd_ec_4_1/mediastore/a0152dac-a51b-4b95-ac5e-ecdd99bfe3f1