Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
1b3090d50e5bd5ca3e6e396b23d2d9826896c718)
Conflicts:
src/mon/OSDMonitor.cc
hammer has a separate error message for EINTR
which is in the context of the fix for error message
ss << "(note: crushtool tests not run because they took too long) ";
} else {
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;
}