fix(nfs): add unfsd -s flag for stable file handles, fixes rsync EIO errors

This commit is contained in:
2026-03-31 14:38:58 +02:00
parent c15c6f74ab
commit b5e46d4406
3 changed files with 6 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ cat /etc/exports
# Start unfs3 user-space NFS server in foreground
bashio::log.info "Starting unfs3 NFS server..."
exec unfsd -d -e /etc/exports
exec unfsd -d -s -e /etc/exports