diff options
Diffstat (limited to 'geo-replication/syncdaemon/gsyncd.py')
| -rw-r--r-- | geo-replication/syncdaemon/gsyncd.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/gsyncd.py b/geo-replication/syncdaemon/gsyncd.py index 6ae5269542f..7b48d82ee97 100644 --- a/geo-replication/syncdaemon/gsyncd.py +++ b/geo-replication/syncdaemon/gsyncd.py @@ -255,7 +255,8 @@ def main():      if args.subcmd == "slave":          override_from_args = True -    if args.subcmd == "monitor": +    if config_file is not None and \ +       args.subcmd in ["monitor", "config-get", "config-set", "config-reset"]:          ret = gconf.is_config_file_old(config_file, args.master, extra_tmpl_args["slavevol"])          if ret is not None:             gconf.config_upgrade(config_file, ret)  | 
