fix(nfs): remove sync/no_subtree_check, invalid for unfs3, fixes mkdir on Windows

This commit is contained in:
2026-03-31 12:56:22 +02:00
parent e8763af552
commit c15c6f74ab
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.0.11 - 2026-03-31
- fix: remove sync/no_subtree_check (kernel NFS options, unsupported by unfs3, caused mkdir failure on Windows)
## 1.0.10 - 2026-03-31
- fix: chmod 777 dynamically on each configured export folder before starting unfsd