Volans has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324240

Change subject: RAID: reduce MegaCLI sensibiloty (physical disks)
......................................................................

RAID: reduce MegaCLI sensibiloty (physical disks)

- Use same sensibility for physical disks, not alarming if some error
  counters are non-zero, because is very common they are and until the
  predictive failure counter is non-zero it doesn't usually indicate a
  real issue

Bug: T151043
Change-Id: I5296db5d21bb1b076fd7e22f7d0974e3b913eb47
---
M modules/raid/files/get-raid-status-megacli.py
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/324240/1

diff --git a/modules/raid/files/get-raid-status-megacli.py 
b/modules/raid/files/get-raid-status-megacli.py
index c0c0100..6223d70 100644
--- a/modules/raid/files/get-raid-status-megacli.py
+++ b/modules/raid/files/get-raid-status-megacli.py
@@ -93,10 +93,7 @@
         'parent': 'adapter',
         'include_childs': True,
         'optimal_values': {
-            'Media Error Count': ['0'],
-            'Other Error Count': ['0'],
             'Predictive Failure Count': ['0'],
-            'Last Predictive Failure Event Seq Number': ['0'],
         },
         'print_keys': (
             'Enclosure Device ID',

-- 
To view, visit https://gerrit.wikimedia.org/r/324240
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5296db5d21bb1b076fd7e22f7d0974e3b913eb47
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to