From 8e1a9b6f081b54d87a614774b56fce85a9847b3d Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 9 Feb 2018 14:48:47 +0530 Subject: Release notes for #368 BUG: 1539842 Change-Id: I9d4106f478e7244146998752ddf4f280225d339b Signed-off-by: Pranith Kumar K --- doc/release-notes/4.0.0.md | 15 +++++---------- 1 file 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:** -- cgit