[
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)