Comment 3 for bug 1486601

Revision history for this message
Alexander Gordeev (a-gordeev) wrote :

ID_VENDOR=ASR8405

however,
adding only 'ASR8405' to the following lists https://github.com/stackforge/fuel-nailgun-agent/blob/master/agent#L46-L48
https://github.com/stackforge/fuel-agent/blob/master/fuel_agent/utils/hardware.py#L43-L45

will just unblock this particular ASR8405 raid device.

As an alternative, we could compare vendors by regexp, so adding something like 'ASR*' will allow fuel to recognize the most of ASRXXXX devices properly. But still, the rest of other devices made by Adaptec could have another ID_VENDOR and we still need to add them explicitly.