From 2a941986b038f56ae3675fa37e0feb4f5d8929ec Mon Sep 17 00:00:00 2001 From: Xavi Hernandez Date: Thu, 22 Feb 2018 08:52:27 +0100 Subject: Release notes for bug 1502610 Change-Id: I6f983cea5f365795eb1ea205aad3edac04efa9c9 BUG: 1539842 Signed-off-by: Xavi Hernandez --- doc/release-notes/4.0.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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:** -- cgit