Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8031

SLRP Configuration

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • agent
    • Mesosphere Sprint 64, Mesosphere Sprint 65
    • 3

    Description

      A typical SLRP configuration could look like the following:

      {
        "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"
        }
      }
      

      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.

      Attachments

        Issue Links

          Activity

            People

              chhsia0 Chun-Hung Hsiao
              chhsia0 Chun-Hung Hsiao
              Jie Yu Jie Yu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: