You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Wrikken (JIRA)" <ji...@apache.org> on 2015/09/29 19:58:04 UTC

[jira] [Commented] (MESOS-2154) Port CFS support to Docker Containerizer

    [ https://issues.apache.org/jira/browse/MESOS-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935527#comment-14935527 ] 

Wrikken commented on MESOS-2154:
--------------------------------

Not landed in release yet? I see Target Version 0.24.0, but get this:

#mesos master --version
mesos 0.24.1
#mesos slave  --version
mesos 0.24.1
#docker inspect 90f2ecd50423 | grep Cpu
        "CpuShares": 512,
        "CpuPeriod": 0,
        "CpusetCpus": "",
        "CpusetMems": "",
        "CpuQuota": 0,

... only shares yet, no quotas.

> Port CFS support to Docker Containerizer
> ----------------------------------------
>
>                 Key: MESOS-2154
>                 URL: https://issues.apache.org/jira/browse/MESOS-2154
>             Project: Mesos
>          Issue Type: Improvement
>          Components: docker, isolation
>    Affects Versions: 0.21.0
>         Environment: Linux (Ubuntu 14.04.1)
>            Reporter: Andrew Ortman
>            Assignee: haosdent
>            Priority: Minor
>
> Port the CFS support the Mesos Containerizer has to the Docker Containerizer. Whenever the --cgroup_enable_cfs flag is set, the Docker Containerizer should update the cfs_period_us and cfs_quota_us values to allow hard CPU capping on the container. 
> Current workaround is to pass those values as LXC configuration parameters



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)