project-machine / disko

Disk Operations API in Go
Apache License 2.0
13 stars 9 forks source link

Correctly populate RAID into attachment type for MegaRaid disks. #43

Closed smoser closed 4 years ago

smoser commented 4 years ago

Previously Scan would not ever list RAID as the Attachment Type. This gets that populated for Megaraid disks.

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will decrease coverage by 1.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   59.66%   58.27%   -1.40%     
==========================================
  Files          14       15       +1     
  Lines        1505     1541      +36     
==========================================
  Hits          898      898              
- Misses        539      575      +36     
  Partials       68       68              
Impacted Files Coverage Δ
megaraid/linux.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b6a6c27...cdd70db. Read the comment docs.