Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zpool): Fix parser for logs and caches. Add add_zil and add_cache #63

Merged
merged 3 commits into from
Jul 7, 2019

Conversation

andoriyu
Copy link
Member

@andoriyu andoriyu commented Jul 7, 2019

Fixes #62 and #61

@codecov
Copy link

codecov bot commented Jul 7, 2019

Codecov Report

Merging #63 into master will decrease coverage by 0.79%.
The diff coverage is 72.09%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #63     +/-   ##
=========================================
- Coverage   92.94%   92.14%   -0.8%     
=========================================
  Files           7        7             
  Lines        1233     1299     +66     
=========================================
+ Hits         1146     1197     +51     
- Misses         87      102     +15
Impacted Files Coverage Δ
src/zpool/mod.rs 96.77% <100%> (+0.14%) ⬆️
src/zpool/open3.rs 83.56% <39.28%> (-1.32%) ⬇️
src/zpool/topology.rs 84.34% <80%> (-1.64%) ⬇️
src/zpool/description.rs 87.8% <84.21%> (-1.67%) ⬇️
src/parsers/mod.rs 96.29% <92.3%> (-0.43%) ⬇️

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 28c90ff...f222b6c. Read the comment docs.

@andoriyu andoriyu merged commit ff2eda5 into master Jul 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the feat/zpool_add_cache_and_zil branch July 7, 2019 21:24
@andoriyu andoriyu mentioned this pull request Jul 7, 2019
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing add_cache and add_zil methods
1 participant