[VDI]Health Check Disk Basics showing error due to not support SATA 3
Issue Description
Doing health check found that the disk basic error showing current RAID card is not support SATA 3 mode.
Error/Warning Information

Handling Process
- Confirm it is not an aSever
- Confirmed third party server has RAID card that support SATA 3 mode.
Solution
After confirmed, it is false alarm, can proceed the below step to hide this alarm.
VMP backend:
-
vi /usr/share/perl5/VTP/CheckItem.pm

-
Under support_mode =>’warn’ and $res->{support_mode} = "fail", change ‘warn’ and ‘fail’ to ‘ok’
Before:
After:
-
Save the setting and quit.
-
restart service
/sf/etc/init.d/vtpdaemon restart;/etc/init.d/apache2 restart;