-
Notifications
You must be signed in to change notification settings - Fork 144
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
generate: support blkio related options #235
generate: support blkio related options #235
Conversation
7f8c86c
to
2c8f641
Compare
generate/generate.go
Outdated
} | ||
|
||
// SetLinuxResourcesBlockIOLeafWeightDevice sets g.spec.Linux.Resources.BlockIO.WeightDevice.LeafWeight. | ||
func (g *Generator) SetLinuxResourcesBlockIOLeafWeightDevice(major int64, minor int64, weight uint16) { |
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.
Can you make the same Add*
, drop, and “Can be specified multiple times…” changes you made to #247?
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.
Yes, I will update this PR in a few days.
b5e1652
to
bcd9bb9
Compare
ping @wking @mrunalp @liangchenye fixed and rebased. |
ee66578
to
b7bd4c2
Compare
b7bd4c2
to
b1d3918
Compare
b1d3918
to
10705c4
Compare
Rebased. @mrunalp @wking @liangchenye @hqhq PTAL |
10705c4
to
a586fab
Compare
Signed-off-by: Ma Shimiao <[email protected]>
a586fab
to
a9c6787
Compare
Signed-off-by: Ma Shimiao [email protected]