diff options
Diffstat (limited to 'geo-replication/gsyncd.conf.in')
| -rw-r--r-- | geo-replication/gsyncd.conf.in | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/geo-replication/gsyncd.conf.in b/geo-replication/gsyncd.conf.in index 497b2c555c4..9688c79fab7 100644 --- a/geo-replication/gsyncd.conf.in +++ b/geo-replication/gsyncd.conf.in @@ -23,6 +23,11 @@ configurable=false type=int value=1 +[master-distribution-count] +configurable=false +type=int +value=1 + [glusterd-workdir] value = @GLUSTERD_WORKDIR@ @@ -108,7 +113,7 @@ value=1 type=int help=Minimum time interval in seconds for passive worker to become Active -[chnagelog-archive-format] +[changelog-archive-format] value=%Y%m help=Processed changelogs will be archived in working directory. Pattern for archive file @@ -118,7 +123,7 @@ type=bool help=Use this to set Active Passive mode to meta-volume. [meta-volume-mnt] -value=/var/run/gluster/shared_storage +value=/run/gluster/shared_storage help=Meta Volume or Shared Volume mount path [allow-network] @@ -128,10 +133,11 @@ value= value=5 type=int -[use-tarssh] -value=false -type=bool -help=Use sync-mode as tarssh +[sync-method] +value=rsync +help=Sync method for data sync. Available methods are tar over ssh and rsync. Default is rsync. +validation=choice +allowed_values=tarssh,rsync [remote-gsyncd] value = @@ -169,6 +175,12 @@ help=Do not sync deletes in Slave value = help= +[gfid-conflict-resolution] +value = true +validation=bool +type=bool +help=Disables automatic gfid conflict resolution while syncing + [working-dir] value = ${gsyncd_miscdir}/${master}_${primary_slave_host}_${slavevol}/ template=true @@ -254,7 +266,9 @@ allowed_values=ERROR,INFO,WARNING,DEBUG [ssh-port] value=22 -validation=int +validation=minmax +min=1 +max=65535 help=Set SSH port type=int @@ -330,9 +344,6 @@ type=bool value=10 type=int -[changelog-archive-format] -value=%Y%m - [state_socket_unencoded] # Unused, For backward compatibility value= |
