From 1b3090d50e5bd5ca3e6e396b23d2d9826896c718 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 18 Sep 2015 09:42:47 -0400 Subject: [PATCH] mon/OSDMonitor: fix crush injection error message Signed-off-by: Sage Weil --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index a7d18f8a4f3c1..5e23d3de61726 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -5125,7 +5125,7 @@ bool OSDMonitor::prepare_command_impl(MonOpRequestRef op, g_conf->mon_lease); if (r < 0) { derr << "error on crush map: " << ess.str() << dendl; - ss << "Failed to parse crushmap: " << ess.str(); + ss << "Failed crushmap test: " << ess.str(); err = r; goto reply; } -- 2.39.5