Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

shimv2: Add missing page size to Hugetlb Stat #1857

Merged
merged 1 commit into from
Jul 4, 2019

Conversation

odinuge
Copy link
Contributor

@odinuge odinuge commented Jul 3, 2019

This fixes #1856

Signed-off-by: Odin Ugedal odin@ugedal.com

Copy link
Member

@egernst egernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the commit Odin - lgtm, though you'll need to amend the commit header itself to appease formatting expectations.

Header should be: shimv2: Add missing page size to Hugetlb Stat

And, I'm guessing you'll see a complaint re: reference to the issue it is resolving. It should be:

Fixes: #1856

@odinuge odinuge changed the title Add missing page size to Hugetlb Stat shimv2: Add missing page size to Hugetlb Stat Jul 3, 2019
Fixes: kata-containers#1856

Signed-off-by: Odin Ugedal <odin@ugedal.com>
@odinuge odinuge force-pushed the fix-hugetlb-pagesize branch from 7a312e1 to da7f5f3 Compare July 3, 2019 19:07
@odinuge
Copy link
Contributor Author

odinuge commented Jul 3, 2019

Hi @egernst !

Sorry, totally forgot that 🙃 You do indeed have awesome contribution docs, way better than most open source projects! I really like having proper consistency in stuff like this, so keep up the good work.

Should be good to go now.

@lifupan
Copy link
Member

lifupan commented Jul 4, 2019

/test

@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #1857 into master will decrease coverage by <.01%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           master   #1857      +/-   ##
=========================================
- Coverage   54.01%     54%   -0.01%     
=========================================
  Files         106     106              
  Lines       13167   13168       +1     
=========================================
  Hits         7112    7112              
- Misses       5208    5209       +1     
  Partials      847     847

1 similar comment
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #1857 into master will decrease coverage by <.01%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           master   #1857      +/-   ##
=========================================
- Coverage   54.01%     54%   -0.01%     
=========================================
  Files         106     106              
  Lines       13167   13168       +1     
=========================================
  Hits         7112    7112              
- Misses       5208    5209       +1     
  Partials      847     847

@lifupan lifupan merged commit cd4cc02 into kata-containers:master Jul 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page size is missing in hugetlb Metric
4 participants