project-machine / disko

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

Populate LV.DecryptedLVName and DecryptedLVPath. #48

Closed smoser closed 4 years ago

smoser commented 4 years ago

Read dmsetup table output to populate path and name to the decrypted device for a logical volume.

Fixes #47.

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will decrease coverage by 1.57%. The diff coverage is 4.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   58.58%   57.00%   -1.58%     
==========================================
  Files          15       15              
  Lines        1550     1584      +34     
==========================================
- Hits          908      903       -5     
- Misses        575      615      +40     
+ Partials       67       66       -1     
Impacted Files Coverage Δ
linux/lvm.go 9.41% <4.87%> (-2.23%) :arrow_down:
linux/util.go 63.70% <0.00%> (-3.23%) :arrow_down:

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 f2f54c5...2839914. Read the comment docs.