summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavi Hernandez <jahernan@redhat.com>2018-02-22 08:52:27 +0100
committerShyamsundar Ranganathan <srangana@redhat.com>2018-02-23 16:45:35 +0000
commit2a941986b038f56ae3675fa37e0feb4f5d8929ec (patch)
tree6dab69191618b50fbdf929b788f2dc49a3feb53e
parent543b458c082b74ac70ca7f87ab60a0f960acf3c6 (diff)
Release notes for bug 1502610
Change-Id: I6f983cea5f365795eb1ea205aad3edac04efa9c9 BUG: 1539842 Signed-off-by: Xavi Hernandez <jahernan@redhat.com>
-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:**