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)