mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
radosgw-agent: adding debug logging
Signed-off-by: Joe Buck <jbbuck@gmail.com>
This commit is contained in:
parent
8a47230d82
commit
bbf7c71183
@ -99,9 +99,11 @@ def run_radosgw_agent(ctx, config):
|
||||
in_args.append('0.0.0.0')
|
||||
in_args.append('--test-server-port')
|
||||
in_args.append(str(port))
|
||||
log.debug('Starting a sync test server on {client}'.format(client=client))
|
||||
else:
|
||||
in_args.append('--sync-scope')
|
||||
in_args.append(sync_scope)
|
||||
log.debug('Starting a {scope} sync on {client}'.format(scope=sync_scope,client=client))
|
||||
|
||||
return_list.append((client, remote.run(
|
||||
args=in_args,
|
||||
|
Loading…
Reference in New Issue
Block a user