From 2486ee20ce19a511c370f52799e8711c5725c1cd Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 6 Jun 2008 16:06:32 +0200 Subject: report to the issue after the diagnose. (mdadm config plugin) --- plugins/plugin_mdadmconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin_mdadmconf.py b/plugins/plugin_mdadmconf.py index d450123..cc55341 100644 --- a/plugins/plugin_mdadmconf.py +++ b/plugins/plugin_mdadmconf.py @@ -104,6 +104,7 @@ class MdadmConfig(Plugin): return self._reporting.info("There was no problem found with the current mdadm.conf file.", level = PLUGIN, origin = self) + self._issue.set(checked = True, happened = (self._result == ReturnFailure), reporting = self._reporting, level = PLUGIN, origin = self) self._result = ReturnSuccess def backup(self): -- cgit