mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
qa/tasks/rgw: pass fsid to rgw daemon
Fixes: https://tracker.ceph.com/issues/48754 Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
b9ea6b0bf5
commit
230c9ef1ce
@ -168,6 +168,7 @@ def start_rgw(ctx, config, clients):
|
||||
ctx.daemons.add_daemon(
|
||||
remote, 'rgw', client_with_id,
|
||||
cluster=cluster_name,
|
||||
fsid=ctx.ceph[cluster_name].fsid,
|
||||
args=run_cmd,
|
||||
logger=log.getChild(client),
|
||||
stdin=run.PIPE,
|
||||
|
Loading…
Reference in New Issue
Block a user