Fix NFS PV access modes: RWO → RWX where needed #34

Open
opened 2026-07-25 19:37:18 +00:00 by lab · 0 comments
Owner

Some NFS-backed PVs use ReadWriteOnce but NFS supports ReadWriteMany. If pods reschedule across nodes, RWO binding can cause issues.

PVs to fix

  • pv-media-jellyfin-config — currently RWO, should be RWX
  • pv-media-qbittorrent-config — currently RWO, should be RWX

Steps

  1. Update media/pv.yaml — change accessModes to ReadWriteMany
  2. Update corresponding PVCs in media/pvc.yaml
  3. Apply: kubectl apply -f media/pv.yaml && kubectl apply -f media/pvc.yaml
  4. Note: PV changes may require recreating the PV (delete PVC, update PV, re-create PVC)
Some NFS-backed PVs use `ReadWriteOnce` but NFS supports `ReadWriteMany`. If pods reschedule across nodes, RWO binding can cause issues. ## PVs to fix - `pv-media-jellyfin-config` — currently RWO, should be RWX - `pv-media-qbittorrent-config` — currently RWO, should be RWX ## Steps 1. Update `media/pv.yaml` — change accessModes to `ReadWriteMany` 2. Update corresponding PVCs in `media/pvc.yaml` 3. Apply: `kubectl apply -f media/pv.yaml && kubectl apply -f media/pvc.yaml` 4. Note: PV changes may require recreating the PV (delete PVC, update PV, re-create PVC)
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/homelab#34
No description provided.