summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: spring cleanup & refactorPeter Schiffer2014-05-121-2/+2
| | | | | | * use openlmi common library where possible * get rid of LMI_Hardware.h file * some other cosmetic changes
* libopenlmi: minor fixes and improvementsJan Synacek2014-05-061-2/+2
|
* libopenlmi: reorganize and gatherJan Synacek2014-04-301-2/+1
| | | | | | | Make naming consistent. Gather common functionality into one library and try to use it across all providers. Introduce libtool-style versioning for libraries.
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* Remove trailing spacesPeter Schiffer2014-01-161-41/+41
| | | | This patch removes trailing spaces from source files.
* Hardware: use lsblk as primary source for disksPeter Schiffer2013-12-101-30/+8
| | | | | | | | This patch makes lsblk primary source for information about disks instead of smartctl. This change was needed because in virtual environment some disks might be recognized by smartctl while others not, and in this case, some disks would be missing in LMI classes. With lsblk, all disks are always listed. Smartctl is used as source of additional information if avaiable.
* Hardware: added association class DiskDriveSystemDevicePeter Schiffer2013-12-061-0/+286
New provider: * LMI_DiskDriveSystemDeviceProvider