From 02d07a8e527d52792ef5e205ab542b6a0a8f53aa Mon Sep 17 00:00:00 2001 From: jazzymc Date: Tue, 5 May 2026 21:15:38 +0000 Subject: [PATCH] docs: add Plex RD mount propagation fix to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed Transport endpoint not connected error — Plex volume mount needed :rslave propagation to see rclone FUSE mount from zurg. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 421b397..b8e5b00 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,12 @@ --- ## 2026-05-05 +### Plex Real-Debrid Mount Fix +- **[PLEX]** Fixed "Transport endpoint is not connected" — Plex couldn't see rclone FUSE mount for RD content +- **[PLEX]** Root cause: Plex volume `/mnt/user:/media` had default `rprivate` propagation; FUSE mounts from zurg-rclone didn't propagate into the container +- **[PLEX]** Fix: Added `:rslave` propagation to Plex compose volume mount in Dockge stack +- **[PLEX]** Triggered library scan on all 4 sections (Movies, Movies RD, TV Shows, TV Shows RD) — content playable again + ### Uptime Kuma Cleanup - **[MONITORING]** Updated 3 monitors with stale 192.168.31.x IPs to current 192.168.10.x addresses - MikroTik Router: 192.168.31.1 → 192.168.10.1