diff options
author | Kotresh HR <khiremat@redhat.com> | 2018-09-24 20:43:54 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-09-25 17:04:18 +0000 |
commit | 62164ac0d242a271f19b0e0bb352af5f7df082ce (patch) | |
tree | aae99fd044f79310c21c29ce5be14d908c2b80ff | |
parent | 173e89a6506bc8c727ce6d8e5ac84b59ad2e21de (diff) |
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 <khiremat@redhat.com>
-rw-r--r-- | geo-replication/gsyncd.conf.in | 7 |
1 files changed, 2 insertions, 5 deletions
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= |