]> git-server-git.apps.pok.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>
Wed, 17 Feb 2021 17:17:04 +0000 (12:17 -0500)
Fixes: https://tracker.ceph.com/issues/48754
Signed-off-by: Sage Weil <sage@newdream.net>
qa/tasks/rgw.py

index 7fe9a3906c21dab1c13dcc7f4f90ae06c1bb2206..220165661819df089e689dd5942857c384255581 100644 (file)
@@ -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,