hemanth makaraju created MESOS-7116:
---------------------------------------
Summary: 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
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)