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:
parent
14d3cdc09a
commit
5205fb3216
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue