project-machine / disko

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

Identify xen blkfront devices as new attachment type XENBUS. #79

Closed smoser closed 4 years ago

smoser commented 4 years ago

xen blkfront devices are seen in EC2 instances. The change here identifies them by their syspath.

codecov[bot] commented 4 years ago

Codecov Report

Merging #79 into master will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   53.60%   53.86%   +0.26%     
==========================================
  Files          16       16              
  Lines        1886     1888       +2     
==========================================
+ Hits         1011     1017       +6     
+ Misses        775      772       -3     
+ Partials      100       99       -1     
Impacted Files Coverage Δ
disk.go 76.16% <ø> (ø)
linux/disk.go 43.84% <100.00%> (+1.15%) :arrow_up:

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 40b81ad...7675d6b. Read the comment docs.