summaryrefslogtreecommitdiffstats
path: root/geo-replication/gsyncd.conf.in
diff options
context:
space:
mode:
authorAravinda VK <avishwan@redhat.com>2018-01-23 15:56:45 +0530
committerKotresh HR <khiremat@redhat.com>2018-01-26 16:08:27 +0000
commit5d3c90d14839fc134580a4ff944d68f3ff3c605a (patch)
treeb921d60d61d4566832a81a19654db0819ebfafa5 /geo-replication/gsyncd.conf.in
parentc3647b747af88e40334e927dafdbf88154b308f0 (diff)
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 <avishwan@redhat.com>
Diffstat (limited to 'geo-replication/gsyncd.conf.in')
-rw-r--r--geo-replication/gsyncd.conf.in4
1 files changed, 3 insertions, 1 deletions
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@