mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
Merge pull request #23645 from jcsp/wip-mgr-unknown-error
mgr: replace "Unknown error" string on always_on Reviewed-by: Noah Watkins <nwatkins@redhat.com>
This commit is contained in:
commit
db68a75ff6
@ -378,7 +378,7 @@ void PyModuleRegistry::get_health_checks(health_check_map_t *checks)
|
||||
if (!active_modules->module_exists(name)) {
|
||||
if (failed_modules.find(name) == failed_modules.end() &&
|
||||
dependency_modules.find(name) == dependency_modules.end()) {
|
||||
failed_modules[name] = "Unknown error";
|
||||
failed_modules[name] = "Not found or unloadable";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user