You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "hemanth makaraju (JIRA)" <ji...@apache.org> on 2017/02/14 02:33:41 UTC

[jira] [Updated] (MESOS-7116) how to list persistent volumes created by docker volume driver in mesos agent resources tab GUI

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

hemanth makaraju updated MESOS-7116:
------------------------------------
    Component/s: master

> how to list persistent volumes created by docker volume driver in mesos agent resources tab GUI
> -----------------------------------------------------------------------------------------------
>
>                 Key: MESOS-7116
>                 URL: https://issues.apache.org/jira/browse/MESOS-7116
>             Project: Mesos
>          Issue Type: Bug
>          Components: agent, docker, master
>    Affects Versions: 1.1.1
>         Environment: mesos 1.1.1, docker , docker volume driver
>            Reporter: hemanth makaraju
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)