diff options
Diffstat (limited to 'geo-replication/syncdaemon/rconf.py')
| -rw-r--r-- | geo-replication/syncdaemon/rconf.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/geo-replication/syncdaemon/rconf.py b/geo-replication/syncdaemon/rconf.py index 1b8f333c0c8..ff716ee4d6d 100644 --- a/geo-replication/syncdaemon/rconf.py +++ b/geo-replication/syncdaemon/rconf.py @@ -21,14 +21,11 @@ class RConf(object): log_exit = False permanent_handles = [] log_metadata = {} - """One variable is sufficient to track the - switching of worker to ACTIVE. Two variables - are intentionally used to track worker going - to PASSIVE as well mainly for debugging""" - active_earlier = False - passive_earlier = False mgmt_lock_fd = None args = None turns = 0 + mountbroker = False + mount_point = None + mbr_umount_cmd = [] rconf = RConf() |
