From 4a3454753f6e4ddc309c8d1cb11a6e4e432c1da6 Mon Sep 17 00:00:00 2001 From: Samikshan Bairagya Date: Thu, 7 Jul 2016 20:33:02 +0530 Subject: glusterd/cli: cli to get local state representation from glusterd Currently there is no existing CLI that can be used to get the local state representation of the cluster as maintained in glusterd in a readable as well as parseable format. The CLI added has the following usage: # gluster get-state [daemon] [odir ] [file ] This would dump data points that reflect the local state representation of the cluster as maintained in glusterd (no other daemons are supported as of now) to a file inside the specified output directory. The default output directory and filename is /var/run/gluster and glusterd_state_ respectively. The option for specifying the daemon name leaves room to add support for other daemons in the future. Following are the data points captured as of now to represent the state from the local glusterd pov: * Peer: - Primary hostname - uuid - state - connection status - List of hostnames * Volumes: - name, id, transport type, status - counts: bricks, snap, subvol, stripe, arbiter, disperse, redundancy - snapd status - quorum status - tiering related information - rebalance status - replace bricks status - snapshots * Bricks: - Path, hostname (for all bricks these info will be shown) - port, rdma port, status, mount options, filesystem type and signed in status for bricks running locally. * Services: - name, online status for initialised services * Others: - Base port, last allocated port - op-version - MYUUID Change-Id: I4a45cc5407ab92d8afdbbd2098ece851f7e3d618 BUG: 1353156 Signed-off-by: Samikshan Bairagya Reviewed-on: http://review.gluster.org/14873 Reviewed-by: Avra Sengupta Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Atin Mukherjee --- doc/gluster.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/gluster.8') diff --git a/doc/gluster.8 b/doc/gluster.8 index 89bf5c37d2d..c9a9d500a29 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -269,6 +269,9 @@ Selects as the source for all the files that are in split-b Selects the split-brained present in as source and completes heal. .SS "Other Commands" .TP +\fB\ get-state [] [odir ] [file ] \fR +Get local state representation of mentioned daemon and store data in provided path information +.TP \fB\ help \fR Display the command options. .TP -- cgit