omame / swift-drive

CURRENTLY ABANDONED - Hard drive management tool for Openstack Swift
1 stars 1 forks source link

Auto-load controller plugins based on PCI Vendor ID #7

Open dankrause opened 11 years ago

dankrause commented 11 years ago

Each controller plugin can be associated with a vendor ID (or list of vendor IDs), and we can search through /sys/bus/pci for these vendor IDs and automatically load the correct controller plugin

omame commented 11 years ago

We need to introduce a compatibility list as multiple controller models can use the same plugin. For instance, perc800 and perc810 can both use the perc800 plugin.