From: Yehuda Sadeh Date: Mon, 5 Aug 2013 03:57:25 +0000 (-0700) Subject: agent name should also contain port number X-Git-Tag: 1.1.0~1982^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3fb53189d05669a010e81540d2398cb32d54949b;p=teuthology.git agent name should also contain port number otherwise multiple agents per machines will have the same id Signed-off-by: Yehuda Sadeh --- diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 40920ff6af..e2c6df9c1f 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -44,7 +44,7 @@ def run_radosgw_agent(ctx, client, config): dest_access, dest_secret = rgw_utils.get_zone_system_keys(ctx, dest_client, dest_zone) port = config.get('port', 8000) - daemon_name = '{host}.syncdaemon'.format(host=remote.name) + daemon_name = '{host}.{port}.syncdaemon'.format(host=remote.name, port=port) return remote.run( args=[