From: Patrick Donnelly Date: Mon, 6 Jan 2020 20:05:28 +0000 (-0800) Subject: mon: use non-obsolete mon scrub cmd X-Git-Tag: v15.1.0~302^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32510%2Fhead;p=ceph.git mon: use non-obsolete mon scrub cmd Fixes: e9a5ce0897efc6126caeebea9900bf05ec3d2174 Fixes: https://tracker.ceph.com/issues/43488 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/mon_thrash.py b/qa/tasks/mon_thrash.py index 16680538b5d9..a4614d5a3491 100644 --- a/qa/tasks/mon_thrash.py +++ b/qa/tasks/mon_thrash.py @@ -329,7 +329,7 @@ class MonitorThrasher(Thrasher): if self.scrub: self.log('triggering scrub') try: - self.manager.raw_cluster_cmd('scrub') + self.manager.raw_cluster_cmd('mon', 'scrub') except Exception: log.exception("Saw exception while triggering scrub")