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

how to list persistent volumes created by docker volume driver in mesos agent resources tab GUI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.1
    • None
    • agent, docker, master
    • None
    • mesos 1.1.1, docker , docker volume driver

    Description

      we are able to run mesos agent with isolation option as docker/volume
      we are able to mesos-execute, create persistent volume through docker volume driver and run container.

      but we want mesos-agent to list/show the docker persistent volumes
      in resources tab. at run-time if we create a persistent volume through docker volume driver .. it should update automatically in mesos-agent resources tab.

      mesos-agent \
      --master=127.0.0.1:5050 \
      --isolation=docker/volume,docker/runtime,filesystem/linux \
      --work_dir=/tmp/mesos/agent \
      --image_providers=docker \
      --docker_mesos_image=centos-7 \
      --executor_environment_variables="{}"

      mesos-execute \
      --master=127.0.0.1:5050 \
      --name=test \
      --docker_image=centos-7 \
      --command="touch /data/testvolume/anotherfile" \
      --volumes=/volume.json

      Attachments

        Activity

          People

            Unassigned Unassigned
            hemanthmakaraju hemanth makaraju
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: