From: Sage Weil Date: Thu, 4 Feb 2021 16:36:05 +0000 (-0600) Subject: qa/tasks/rgw: pass fsid to rgw daemon X-Git-Tag: v16.2.0~180^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=110800d80a256de542844b65635fb9a2f0674125;p=ceph.git qa/tasks/rgw: pass fsid to rgw daemon Fixes: https://tracker.ceph.com/issues/48754 Signed-off-by: Sage Weil (cherry picked from commit 230c9ef1ced7968b188e96eaf1491f9df525de9c) --- diff --git a/qa/tasks/rgw.py b/qa/tasks/rgw.py index 75004c87a459..497bfa9dfdb6 100644 --- a/qa/tasks/rgw.py +++ b/qa/tasks/rgw.py @@ -166,6 +166,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,