NFS-Volume: vers=3 erzwingen (Container-Crash nach Reboot/Update behoben)

NFS-Server 192.168.7.106 kann nur NFSv3. Ohne vers= handelt der Client v4
zuerst aus -> "NFS: Version unavailable" -> sonarrCL stirbt mit Exit 128
(restart=always laeuft ins Leere). Frisch nach Reboot ist zudem nur das
nfsv3-Kernelmodul geladen. Fix live verifiziert auf chris@10.7.1.100.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sascha 2026-06-23 15:47:51 +02:00
parent 14d3cdc09a
commit 5205fb3216

View file

@ -31,5 +31,5 @@ volumes:
driver: local
driver_opts:
type: nfs
o: "addr=192.168.7.106,nolock,soft,rw"
o: "addr=192.168.7.106,nolock,soft,rw,vers=3"
device: ":/chris"