From 62164ac0d242a271f19b0e0bb352af5f7df082ce Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Mon, 24 Sep 2018 20:43:54 +0530 Subject: georep: Fix python3 compatibility (configparser) '%' needs special handling in config and also removed duplicate misspelled 'changelog-archive-format' config. Updates: #411 Change-Id: I33621a62bdf5f781ee62e6cedec0c2df3f5d70cf Signed-off-by: Kotresh HR --- geo-replication/gsyncd.conf.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'geo-replication/gsyncd.conf.in') diff --git a/geo-replication/gsyncd.conf.in b/geo-replication/gsyncd.conf.in index b93af282cb3..6160c7c7091 100644 --- a/geo-replication/gsyncd.conf.in +++ b/geo-replication/gsyncd.conf.in @@ -108,8 +108,8 @@ value=1 type=int help=Minimum time interval in seconds for passive worker to become Active -[chnagelog-archive-format] -value=%Y%m +[changelog-archive-format] +value=%%Y%%m help=Processed changelogs will be archived in working directory. Pattern for archive file [use-meta-volume] @@ -336,9 +336,6 @@ type=bool value=10 type=int -[changelog-archive-format] -value=%Y%m - [state_socket_unencoded] # Unused, For backward compatibility value= -- cgit