summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/release-notes/4.0.0.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/release-notes/4.0.0.md b/doc/release-notes/4.0.0.md
index 8dbfd95624e..5269351e2f5 100644
--- a/doc/release-notes/4.0.0.md
+++ b/doc/release-notes/4.0.0.md
@@ -87,17 +87,12 @@ other translators and other core components, framework to provide more metrics
exists, but additional metrics are not added in this release.
### Performance
-#### 1. EC: Make metadata [F]STAT/[F]GETXATTR operations faster
+#### 1. EC: Make metadata [F]GETXATTR operations faster
**Notes for users:**
-- https://github.com/gluster/glusterfs/issues/368
-- Auto enabled, no options or documentation required
-- Release notes:
- - Can be handled by the release team
-
-**Limitations:**
-
-
-**Known Issues:**
+Optimized getxattr and fgetxattr in disperse volumes to speed up the operation.
+Disperse translator, now forwards the request to one of the bircks that is
+deemed to have a good copy, instead of all, thus improving the efficiency of the
+operation.
#### 2. To make md-cache capable to serve nameless lookup
**Notes for users:**