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

Adam B commented on MESOS-7330:
-------------------------------

[~bbannier] Is this completed already? If so, please close the ticket with 
FixVersion 1.5.0 linking to the commits.
If not, please set the TargetVersion for 1.5.0 (now!), 1.6.0, or close it as 
Won't Do.

> 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
>            Priority: Minor
>              Labels: external-resources, mesosphere, storage
>
> 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)

Reply via email to