summaryrefslogtreecommitdiffstats
path: root/doc/release-notes/4.0.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes/4.0.0.md')
-rw-r--r--doc/release-notes/4.0.0.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes/4.0.0.md b/doc/release-notes/4.0.0.md
index 5269351e2f5..7e1be513e0c 100644
--- a/doc/release-notes/4.0.0.md
+++ b/doc/release-notes/4.0.0.md
@@ -140,6 +140,17 @@ operation.
**Known Issues:**
+#### 6. Independent eager-lock options for file and directory accesses
+**Notes for users:**
+A new option named 'disperse.other-eager-lock' has been added to make it
+possible to have different settings for regular file accesses and accesses
+to other types of files (like directories).
+
+By default this option is enabled to keep the same behaviour as the previous
+versions. If you have multiple clients creating, renaming or removing files
+from the same directory, you can disable this option to improve the performance
+for these users while still keeping best performance for file accesses.
+
### Geo-replication
#### 1. JSON output for Geo-rep status and config for Glusterd2 integration
**Notes for users:**