--- # Static PV for the shared MEDIASTORE CephFS subvolume: one 10Ti filesystem # holding every library plus the nzbget download tree, so arr imports are # same-filesystem hardlink moves across tv AND movies. Same rootPath as the # fafflix/cheeztv mediastore PVs; each namespace gets its own PV (unique name + # volumeHandle) pinned by claimRef. apiVersion: v1 kind: PersistentVolume metadata: name: arrstack-mediastore spec: capacity: storage: 10Ti accessModes: - ReadWriteMany persistentVolumeReclaimPolicy: Retain storageClassName: "" volumeMode: Filesystem claimRef: namespace: arrstack name: mediastore csi: driver: cephfs.csi.ceph.com volumeHandle: arrstack-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