diff options
author | Xavi Hernandez <jahernan@redhat.com> | 2018-02-22 08:52:27 +0100 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-02-23 16:45:35 +0000 |
commit | 2a941986b038f56ae3675fa37e0feb4f5d8929ec (patch) | |
tree | 6dab69191618b50fbdf929b788f2dc49a3feb53e /doc | |
parent | 543b458c082b74ac70ca7f87ab60a0f960acf3c6 (diff) |
Release notes for bug 1502610
Change-Id: I6f983cea5f365795eb1ea205aad3edac04efa9c9
BUG: 1539842
Signed-off-by: Xavi Hernandez <jahernan@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes/4.0.0.md | 11 |
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:** |