summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2018-02-09 14:48:47 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2018-02-11 14:34:13 +0000
commit8e1a9b6f081b54d87a614774b56fce85a9847b3d (patch)
tree1e2b211f0149e2a47775707da672aae847e02e49
parent7786f61ccd1ebeb842aca26456b6fdeda40bf97c (diff)
Release notes for #368
BUG: 1539842 Change-Id: I9d4106f478e7244146998752ddf4f280225d339b Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
-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:**