-
Notifications
You must be signed in to change notification settings - Fork 113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part seems more straight forward... though I see one issue (need to return error). The hard part is making sure "these" huge pages are backed by "actual" huge pages from the host.
7a0a500
to
2ea0047
Compare
2ea0047
to
1f1c534
Compare
0cc411b
to
d968f31
Compare
/test-ubuntu |
/test-vfio |
Mount hugepage directories and configure the requested number of hugepages dynamically by writing to sysfs files Fixes: kata-containers#871 Signed-off-by: Pradipta Banerjee <[email protected]>
d968f31
to
78b307b
Compare
/test-ubuntu |
/test-vfio |
1 similar comment
/test-vfio |
The vfio test failure is unrelated and looks like this is the cause @dgibson @jodh-intel can you please take a look at this PR. I have incorporated all the changes. Post your review I can start working on forward porting the hugepages changes to 2.x. Thanks |
I have some questions still, from kata-containers/runtime#2353 (comment) I’m okay with adding support, but I think it should be behind a feature gate, since I think this may cause issues in Kube (our memory overhead will consume a lot of the pages). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bpradipt.
lgtm
Sorry @egernst, I completely missed it. I have posted few questions and let's discuss to arrive at a consensus. |
/test-vfio |
/test-vfio |
hold on please, the CI didn't run |
I'm investigating the issue
|
@bpradipt - I see you want to merge this in master
is that correct? |
This is for kata-containers/agent master (1.x) |
CI is buggy, no changes were detected 😞
|
/test-ubuntu |
/test-ubuntu |
On a side note, I decided to take a look at the jenkins-ci-ubuntu-18-04 and it's building the rust agent. Why? Oo |
Fixes: #871
Signed-off-by: Pradipta Banerjee [email protected]