mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
agent name should also contain port number
otherwise multiple agents per machines will have the same id Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
4adc1da58a
commit
3fb53189d0
@ -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=[
|
||||
|
Loading…
Reference in New Issue
Block a user