From 5d3c90d14839fc134580a4ff944d68f3ff3c605a Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Tue, 23 Jan 2018 15:56:45 +0530 Subject: geo-rep: Detailed JSON output for config JSON output of `config-get` command now returns in the following format { "name": CONFIG_NAME, "value": CONFIG_VALUE, "default_value": DEFAULT_VALUE, # Only if modified == true "configurable": true|false, "modified": true|false } Change-Id: I6193de48cd33655df7ecef5a0d83d7cb147089cf Fixes: #361 Signed-off-by: Aravinda VK --- geo-replication/gsyncd.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'geo-replication/gsyncd.conf.in') diff --git a/geo-replication/gsyncd.conf.in b/geo-replication/gsyncd.conf.in index 80a9e4a8e8b..0a842cf2be3 100644 --- a/geo-replication/gsyncd.conf.in +++ b/geo-replication/gsyncd.conf.in @@ -16,10 +16,12 @@ configurable=false [master-replica-count] configurable=false type=int +value=1 -[master-disperse_count] +[master-disperse-count] configurable=false type=int +value=1 [glusterd-workdir] value = @GLUSTERD_WORKDIR@ -- cgit