From ca04dc65c197f54fd6f71806059c4323cc8ee86c Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 12 Feb 2015 11:54:59 -0800 Subject: [PATCH] Thrasher: Fix log message Signed-off-by: David Zafman --- tasks/ceph_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 680e7b114c14e..8bc15471583fd 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -139,7 +139,7 @@ class Thrasher: else: self.ceph_objectstore_tool = False self.test_rm_past_intervals = False - self.log("Unable to test ceph_objectstore_tool, " + self.log("Unable to test ceph-objectstore-tool, " "not available on all OSD nodes") def cmd_exists_on_osds(self, cmd): -- 2.39.5