You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Shuai Lin (JIRA)" <ji...@apache.org> on 2016/07/04 05:37:10 UTC

[jira] [Assigned] (MESOS-5775) Add a new CVMFS image type.

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

Shuai Lin reassigned MESOS-5775:
--------------------------------

    Assignee: Shuai Lin

> Add a new CVMFS image type.
> ---------------------------
>
>                 Key: MESOS-5775
>                 URL: https://issues.apache.org/jira/browse/MESOS-5775
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Jie Yu
>            Assignee: Shuai Lin
>
> One way to specify a CVMFS image is like the following. Using a combination of repository name and the path to the image in the repository.
> If we were to support CVMFS image using a catalog, we needed to think about what's the best way to express that. Maybe we should make `Cvmfs` message more extensible with that in mind.
> {code}
> message Image {
>   enum Type {
>     APPC = 1;
>     DOCKER = 2;
>     CVMFS = 3;
>   }
>   
>   message Cvmfs {
>     required string repository = 1;
>     required string path = 2;
>   }
>   optional Cvmfs cvmfs = 5;
> }
> {code}



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