Skip to content

Support for Kernel Boot Options - LCOW#1108

Merged
dcantah merged 1 commit intomicrosoft:masterfrom
ninzavivek:vivek_kernel_options
Aug 13, 2021
Merged

Support for Kernel Boot Options - LCOW#1108
dcantah merged 1 commit intomicrosoft:masterfrom
ninzavivek:vivek_kernel_options

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: vivekagg@microsoft.com

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

Please make sure to sign your commit

Copy link

@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

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 <vivekagg@microsoft.com>
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