[
https://issues.apache.org/jira/browse/MESOS-7330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Yu reassigned MESOS-7330:
-----------------------------
Assignee: Benjamin Bannier
> Add resource provider to offer
> ------------------------------
>
> Key: MESOS-7330
> URL: https://issues.apache.org/jira/browse/MESOS-7330
> Project: Mesos
> Issue Type: Improvement
> Reporter: Benjamin Bannier
> Assignee: Benjamin Bannier
> Priority: Minor
> Labels: csi-post-mvp, external-resources, mesosphere, storage
> Fix For: 1.5.0
>
>
> In order to introduce external resource providers we need to add an
> {{optional}} resource provider field to the {{Offer}} message which can be
> used to unambiguously identify the provider. In addition, the existing
> {{slave_id}} will become {{optional}} with the requirement that either
> {{slave_id}} or {{resource_provider_id}} is set,
> {code}
> message Offer {
> // ..
> optional SlaveID slave_id = 3;
> optional ResourceProviderID resource_provider_id = 11;
> // ..
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)