-
Notifications
You must be signed in to change notification settings - Fork 554
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
[Config Linux] Use MUST and MAY for weight and leafWeight #728
Conversation
Signed-off-by: Rob Dolin
config-linux.md
Outdated
@@ -361,7 +361,7 @@ The following parameters can be specified to setup the controller: | |||
* **`weight`** *(uint16, OPTIONAL)* - bandwidth rate for the device, range is from 10 to 1000 | |||
* **`leafWeight`** *(uint16, OPTIONAL)* - bandwidth rate for the device while competing with the cgroup's child cgroups, range is from 10 to 1000, CFQ scheduler only | |||
|
|||
You must specify at least one of `weight` or `leafWeight` in a given entry, and can specify both. | |||
You MUST specify at least one of `weight` or `leafWeight` in a given entry, and can specify both. |
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.
While we're cleaning up this line, maybe “can” → “MAY”?
Signed-off-by: Rob Dolin <robdolin@microsoft.com>
The initial 9388832 is missing an email from the Signed-off-by [1].
But it's in a branch in this repo. Maybe someone with push access can
squash the two commits into one and keep the working Signed-off-by?
[1]: https://pullapprove.com/opencontainers/runtime-spec/pull-request/728/requirements/
|
@RobDolinMS you shouldn't push branches to origin directly. You can push branches to your fork and then create PRs from there. Thanks! |
On Wed, Mar 22, 2017 at 10:48:27AM -0700, Mrunal Patel wrote:
@RobDolinMS you shouldn't push branches to origin directly. You can
push branches to your fork and then create PRs from there. Thanks!
One way to accomplish this would be to remove @RobDolinMS' write
access for this repository. If we still want maintainers to help
polish the PR (since @RobDolinMS has had trouble rebasing in the
past), we can still do that if he allows maintainers to edit his PR
branches [1].
[1]: https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/
|
Carry: opencontainers#728 Signed-off-by: Rob Dolin <robdolin@microsoft.com> Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Commits need to be squashed and one is lack of SOB. And the branch in upstream needs to be deleted. I've carried this in #751 . |
Signed-off-by: Rob Dolin
Signed-off-by: Rob Dolin robdolin@microsoft.com