You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2016/09/19 23:06:20 UTC

[jira] [Created] (MESOS-6211) Add total resources to the agent operator API.

Yan Xu created MESOS-6211:
-----------------------------

             Summary: Add total resources to the agent operator API.
                 Key: MESOS-6211
                 URL: https://issues.apache.org/jira/browse/MESOS-6211
             Project: Mesos
          Issue Type: Improvement
            Reporter: Yan Xu


Looks like it can be a field in 

{code}
message GetAgent {
  optional AgentInfo agent_info = 1;
+  repeated Resource total_resources = 2;
}
{code}

The point is to include reservations.

The name is consistent with [master.proto|https://github.com/apache/mesos/blob/29236068f23b6cfbd19d7a4b5b96be852818a356/include/mesos/v1/master/master.proto#L305].




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