You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/10/30 18:20:58 UTC

[jira] [Commented] (MESOS-6163) Add support for cgroups cpuset subsystem

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

haosdent commented on MESOS-6163:
---------------------------------

{code}
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 905a34b..fb142d7 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -2064,6 +2064,8 @@ message CapabilityInfo {
 message LinuxInfo {
   // Represents the capability whitelist.
   optional CapabilityInfo capability_info = 1;
+
+  optional CgroupInfo cgroup_info = 2;
 }


@@ -2214,7 +2216,17 @@ message CgroupInfo {
     optional uint32 classid = 1;
   }

+  message Cpuset {
+    xxx
+  }
+
+  message Blkio {
+    xxx
+  }
+
   optional NetCls net_cls = 1;
+  optional Cpuset cpuset = 2;
+  optional Blkio blkio = 3;
 }
{code}

Hi, [~jieyu] I think we need to update {{LinuxInfo}} to support rest cgroups subsystems, if the above changes OK for you? I am going to write a document for further discussion. cc [~jlai]

> Add support for cgroups cpuset subsystem
> ----------------------------------------
>
>                 Key: MESOS-6163
>                 URL: https://issues.apache.org/jira/browse/MESOS-6163
>             Project: Mesos
>          Issue Type: Task
>            Reporter: haosdent
>            Assignee: haosdent
>




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