summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSamikshan Bairagya <samikshan@gmail.com>2017-05-26 14:50:48 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2017-05-26 16:29:58 +0000
commit093a22a3579bb95e79241e47090c2718801844f7 (patch)
tree81d4836820d254ba2154c50255042eb49a28d9cc /doc
parent5dc641bdb5ad78d393d181ed1175e8565fc23bb3 (diff)
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 <samikshan@gmail.com> Reviewed-on: https://review.gluster.org/17394 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/3.11.0.md19
1 files changed, 19 insertions, 0 deletions
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 <volname>|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 [<daemon>] [[odir </path/to/output/dir/>] [file <filename>]] [detail]
+```
+
+Other than client details, capacity related information for respective local
+bricks as obtained from `gluster volume status <volname>|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