From 093a22a3579bb95e79241e47090c2718801844f7 Mon Sep 17 00:00:00 2001 From: Samikshan Bairagya Date: Fri, 26 May 2017 14:50:48 +0530 Subject: Modify release notes for 3.11 Notes have been added for changes related to accommodating client details and brick capacity information in the get-state CLI output. Updates: #158 Change-Id: Ic4a82e204e37e001b497900787cc2d02c2574fd0 Signed-off-by: Samikshan Bairagya Reviewed-on: https://review.gluster.org/17394 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Shyamsundar Ranganathan --- doc/release-notes/3.11.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/release-notes/3.11.0.md b/doc/release-notes/3.11.0.md index 6f580ed19e0..576a7f51565 100644 --- a/doc/release-notes/3.11.0.md +++ b/doc/release-notes/3.11.0.md @@ -34,8 +34,27 @@ of bugs that has been addressed is included further below. ### get-state CLI is enhanced to provide client and brick capacity related information *Notes for users:* +The get-state CLI output now optionally accommodates client related information +corresponding locally running bricks as obtained from +`gluster volume status |all clients`. Getting the client details is a +is a relatively more costly operation and these details will only be added to +the output if the get-state command is invoked with the 'detail' option. The +following is the updated usage for the get-state command: + +```bash + # gluster get-state [] [[odir ] [file ]] [detail] +``` + +Other than client details, capacity related information for respective local +bricks as obtained from `gluster volume status |all detail` has also +been added to the get-state output. + *Limitations:* +Information for non-local bricks and clients connected to non-local bricks +won't be available. This is a known limitation of the get-state command, since +get-state command doesn't provide information on non-local bricks. + *Known Issues:* ### Ability to serve negative lookups from cache has been added -- cgit