You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Dominic Hamon (JIRA)" <ji...@apache.org> on 2014/11/17 20:07:33 UTC

[jira] [Updated] (MESOS-2097) Update Resource protobuf with DiskInfo

     [ https://issues.apache.org/jira/browse/MESOS-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominic Hamon updated MESOS-2097:
---------------------------------
    Sprint: Twitter Mesos Q4 Sprint 4

> Update Resource protobuf with DiskInfo
> --------------------------------------
>
>                 Key: MESOS-2097
>                 URL: https://issues.apache.org/jira/browse/MESOS-2097
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Jie Yu
>            Assignee: Jie Yu
>
> {noformat}
> message Resource {
>   required string name = 1;
>   required Value.Type type = 2;
>   optional Value.Scalar scalar = 3;
>   optional Value.Ranges ranges = 4;
>   optional Value.Set set = 5;
>   optional string role = 6 [default = "*"];
>   // Used for describing persistent disk resource.
>   message DiskInfo {
>     // A unique identifier for the persistent disk resource. The id
>     // needs to be unique within a role for a slave.
>     required string id = 1;
>     // The volume mapping for the persistent disk resource.
>     required Volume volume = 2;
>   }
>   optional DiskInfo disk = 8;
> }
> {noformat}



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