summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-06 16:06:32 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-06 16:06:32 +0200
commit2486ee20ce19a511c370f52799e8711c5725c1cd (patch)
treecb116c8bb823f95dad94eaedfc5a05c36885c214 /plugins
parent74924ec7fdf2a0a1a6b5ca363741961ee45885aa (diff)
downloadfirstaidkit-2486ee20ce19a511c370f52799e8711c5725c1cd.tar.gz
firstaidkit-2486ee20ce19a511c370f52799e8711c5725c1cd.tar.xz
firstaidkit-2486ee20ce19a511c370f52799e8711c5725c1cd.zip
report to the issue after the diagnose. (mdadm config plugin)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_mdadmconf.py1
1 files changed, 1 insertions, 0 deletions
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):