]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/rgw: pass fsid to rgw daemon
authorSage Weil <sage@newdream.net>
Thu, 4 Feb 2021 16:36:05 +0000 (10:36 -0600)
committerSage Weil <sage@newdream.net>
Thu, 18 Feb 2021 17:40:12 +0000 (11:40 -0600)
Fixes: https://tracker.ceph.com/issues/48754
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 230c9ef1ced7968b188e96eaf1491f9df525de9c)

qa/tasks/rgw.py

index 75004c87a4595041b1dd215641900ff80ef57961..497bfa9dfdb62fc24892a28542af20e2e7e32ada 100644 (file)
@@ -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,