RAID60 瓦特 LSI 9361-8i:一致性检查反复发现不一致的奇偶校验

alp*_*cks 7 raid storage lsi hardware-raid

我正在为一个项目团队维护一个预配置的存储系统。存储由 RAID60 中的 36 x 8 TB HGST 磁盘(~240 TB 净)(RAID6 中的 2x18 个磁盘)组成,控制器是 MegaRAID SAS 9361-8i,OS=Scientific Linux 7.2

storcli64 /c0 /v1 show
DG/VD TYPE   State Access Consist Cache Cac sCC       Size Name
0/1   RAID60 Optl  RW     Yes     RWBD  -   ON  232.860 TB      
Run Code Online (Sandbox Code Playgroud)

在运行每周计划的一致性检查时(或者如果我手动触发它们),我会收到很多不一致警告,但它们似乎从未得到修复 - 在下一次 cc 期间,相同的警告再次出现:

[root@faith ~]# grep 22649241 /var/log/message*
/var/log/messages:Oct 25 20:54:01 faith MR_MONITOR[1604]: <MRMON063> Controller ID:  0   Consistency Check found inconsistent parity on VD#012    strip:  #012    ( VD   =   1,   strip#012      =   22649241)
/var/log/messages-20161002:Sep 25 22:34:03 faith MR_MONITOR[1604]: <MRMON063> Controller ID:  0   Consistency Check found inconsistent parity on VD#012    strip:  #012    ( VD   =   1,   strip#012      =   22649241)
/var/log/messages-20161024:Oct 23 22:35:46 faith MR_MONITOR[1604]: <MRMON063> Controller ID:  0   Consistency Check found inconsistent parity on VD#012    strip:  #012    ( VD   =   1,   strip#012      =   22649241)
Run Code Online (Sandbox Code Playgroud)

使数组保持一致的最佳方法是什么?我猜在当前状态下重建可能会失败?或者这可能是raid60的副作用?