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

Support for Kernel Boot Options - LCOW #1108

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

ninzavivek
Copy link
Contributor

@ninzavivek ninzavivek commented Aug 12, 2021

Description:

A new annotation "io.microsoft.virtualmachine.lcow.kernelbootoptions" support has been added, which lets one pass kernel boot options.

This will be used for an upcoming change to provide support for hugepages.

A sample usage:

"io.microsoft.virtualmachine.lcow.kernelbootoptions" : "hugepagesz=2M hugepages=1024"

Behavior:

Invalid options are ignored.

Verification:

Pod comes up successfully with ""io.microsoft.virtualmachine.lcow.kernelbootoptions" : "hugepagesz=2M hugepages=1024"" setting.

Signed-off-by: [email protected]

@ninzavivek ninzavivek requested a review from a team as a code owner August 12, 2021 22:17
@katiewasnothere
Copy link
Contributor

Please make sure to sign your commit

Copy link
Contributor

@katiewasnothere katiewasnothere left a comment

Choose a reason for hiding this comment

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

lgtm

@katiewasnothere
Copy link
Contributor

Please squash your commits into one and sign them with git commit -s

@dcantah
Copy link
Contributor

dcantah commented Aug 13, 2021

@katiewasnothere We can squash on github via the Squash and Merge option before checking it in. But yes, please sign the commits and re-push

Signed-off-by: Vivek Aggarwal <[email protected]>
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.

3 participants