]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix run call args 24597/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 15 Oct 2018 21:44:45 +0000 (14:44 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 15 Oct 2018 21:45:18 +0000 (14:45 -0700)
Fixes: http://tracker.ceph.com/issues/36450
Introduced-by: 95746ecce9215c8428a02f1745d03e10536a4129
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/ceph_manager.py

index 52732083e1a894bf5709bda03cb1fec4a1da09ac..287d189f66cc06b81a3622a02d9604fc2d1eaf63 100644 (file)
@@ -1198,7 +1198,7 @@ class CephManager:
         if watch_channel is not None:
             args.append("--watch-channel")
             args.append(watch_channel)
-        return self.controller.run(args, wait=False, stdout=StringIO(), stdin=run.PIPE)
+        return self.controller.run(args=args, wait=False, stdout=StringIO(), stdin=run.PIPE)
 
     def flush_pg_stats(self, osds, no_wait=None, wait_for_mon=300):
         """