]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs_mirror.py
import ceph 16.2.7
[ceph.git] / ceph / qa / tasks / cephfs_mirror.py
index 42c01aaea0342e92d8d2020b5470c2ac89bf64e9..9602a5a7f9711ea93a1dac9030668c9419743512 100644 (file)
@@ -54,6 +54,8 @@ class CephFSMirror(Task):
             '--id',
             self.client_id,
             ])
+        if 'run_in_foreground' in self.config:
+            args.extend(['--foreground'])
 
         self.ctx.daemons.add_daemon(
             self.remote, 'cephfs-mirror', self.client,