You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2017/09/27 22:39:01 UTC

[jira] [Updated] (MESOS-8031) SLRP Configuration

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

Chun-Hung Hsiao updated MESOS-8031:
-----------------------------------
    Labels: storage  (was: )

> SLRP Configuration
> ------------------
>
>                 Key: MESOS-8031
>                 URL: https://issues.apache.org/jira/browse/MESOS-8031
>             Project: Mesos
>          Issue Type: Task
>          Components: agent
>            Reporter: Chun-Hung Hsiao
>            Assignee: Chun-Hung Hsiao
>              Labels: storage
>
> A typical SLRP configuration could look like the following:
> {noformat}
> {
>   "type": "org.apache.mesos.rp.local.storage",
>   "name": "local-volume",
>   "storage": {
>     "csi_plugins": [
>       {
>         "name": "plugin_1",
>         "command": {...},
>         "resources": [...],
>         "container": {...}
>       },
>       {
>         "name": "plugin_2",
>         "command": {...},
>         "resources": [...],
>         "container": {...}
>       }
>     ],
>     "controller_plugin_name": "plugin_1",
>     "node_plugin_name": "plugin_2"
>   }
> }
> {noformat}
> The {{csi_plugins}} field lists the configurations to launch standalone containers for CSI plugins. The plugins are specified through a map, then we use the {{controller_plugin_name}} and {{node_plugin_name}} fields to refer to the corresponding plugin. With this design, we can support both headless and split-component deployment for CSI.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)