mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
Merge pull request #16340 from dillaman/wip-20630
qa/tasks: rbd-mirror daemon not properly run in foreground mode Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
6a0c3b45b9
@ -91,7 +91,7 @@ class RBDMirror(Task):
|
||||
)
|
||||
|
||||
args.extend([
|
||||
'rbd-mirror',
|
||||
'rbd-mirror', '--foreground',
|
||||
'--cluster',
|
||||
self.cluster_name,
|
||||
'--id',
|
||||
|
Loading…
Reference in New Issue
Block a user