summaryrefslogtreecommitdiffstats
path: root/doc/release-notes/3.11.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes/3.11.0.md')
-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