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

Add support for Block IO constraints in HostConfig #1066

Merged
merged 1 commit into from
Jun 15, 2016
Merged

Add support for Block IO constraints in HostConfig #1066

merged 1 commit into from
Jun 15, 2016

Conversation

yunzhu-li
Copy link
Contributor

@yunzhu-li yunzhu-li commented May 16, 2016

Block IO constraint support was added to docker by moby/moby#13959 and moby/moby#14466 and moby/moby#15879

This adds support for Block IO constraint options according to:

These options were added to create_host_config:
- blkio-weight
- blkio-weight-device
- device-read-bps
- device-write-bps
- device-read-iops
- device-write-iops

Signed-off-by: yunzhu-li contact@yunzhu.li

This adds support for Block IO constraint options:
    - blkio-weight
    - blkio-weight-device
    - device-read-bps
    - device-write-bps
    - device-read-iops
    - device-write-iops

Signed-off-by: yunzhu-li <contact@yunzhu.li>
@yunzhu-li
Copy link
Contributor Author

Request review on this change 😀 ~! @dnephin @shin-

@dnephin
Copy link
Contributor

dnephin commented Jun 6, 2016

LGTM

@shin- shin- added this to the 1.9.0 milestone Jun 15, 2016
@shin- shin- merged commit 538a1db into docker:master Jun 15, 2016
@shin-
Copy link
Contributor

shin- commented Jun 15, 2016

LGTM, thanks!

@yunzhu-li yunzhu-li deleted the blkio-control branch June 15, 2016 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants