From 1710acdc6b195f91ecf88d7727fa0d8e1bb598e3 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 6 Jan 2020 12:05:28 -0800 Subject: [PATCH] mon: use non-obsolete mon scrub cmd Fixes: e9a5ce0897efc6126caeebea9900bf05ec3d2174 Fixes: https://tracker.ceph.com/issues/43488 Signed-off-by: Patrick Donnelly --- qa/tasks/mon_thrash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/mon_thrash.py b/qa/tasks/mon_thrash.py index 16680538b5d..a4614d5a349 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") -- 2.47.3