summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):