From c080403393987f807b9ca81be140618fa5e994f1 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Mon, 30 Jun 2014 10:33:25 +0530 Subject: cli/glusterd: Support of volume get for a specific volume option This patch introduces a cli command to display a specific volume option/all volume options of a specific volume with the following usage: Usage: volume get Change-Id: Ic88edb33c5509d7a37cd5ade6341e45e3cdbf59d BUG: 983317 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/8305 Reviewed-by: Kaushal M Tested-by: Gluster Build System --- rpc/rpc-lib/src/protocol-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc') diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index b3e677afd17..096bcc8d9d1 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -175,6 +175,7 @@ enum gluster_cli_procnum { GLUSTER_CLI_SYS_EXEC, GLUSTER_CLI_SNAP, GLUSTER_CLI_BARRIER_VOLUME, + GLUSTER_CLI_GET_VOL_OPT, GLUSTER_CLI_MAXVALUE, }; -- cgit