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 32e4eb7828d..b3c7e62506e 100644 --- a/geo-replication/syncdaemon/gsyncd.py +++ b/geo-replication/syncdaemon/gsyncd.py @@ -615,7 +615,8 @@ def main_i():      status_get = rconf.get('status_get')      if status_get:          for brick in gconf.path: -            brick_status = GeorepStatus(gconf.state_file, brick) +            brick_status = GeorepStatus(gconf.state_file, brick, +                                        getattr(gconf, "pid_file", None))              checkpoint_time = int(getattr(gconf, "checkpoint", "0"))              brick_status.print_status(checkpoint_time=checkpoint_time)          return  | 
