Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external volumes should accept absolute containerPath #4164

Closed
vixns opened this issue Aug 1, 2016 · 4 comments
Closed

external volumes should accept absolute containerPath #4164

vixns opened this issue Aug 1, 2016 · 4 comments

Comments

@vixns
Copy link
Contributor

vixns commented Aug 1, 2016

according to http://mesos.apache.org/documentation/latest/docker-volume/, containerPath can be absolute or relative.

Marathon implementation does not accept absolute paths yet, please remove https://github.com/mesosphere/marathon/blob/releases/1.2/src/main/scala/mesosphere/marathon/core/externalvolume/impl/providers/DVDIProvider.scala#L162

@unterstein unterstein added this to the Backlog milestone Aug 12, 2016
@unterstein
Copy link
Contributor

@jdef
Copy link
Contributor

jdef commented Aug 26, 2016

https://issues.apache.org/jira/browse/MESOS-5389

via @Gilbert88

we have it included in [mesos] 1.0
so in the future, only command task (mesos container without image specified) case has to use the relative container_path.
for docker container or mesos container with image specified, container_path can be either absolute or relative.

@meichstedt
Copy link
Contributor

Note: This issue has been migrated to https://jira.mesosphere.com/browse/MARATHON-2000. For more information see https://groups.google.com/forum/#!topic/marathon-framework/khtvf-ifnp8.

1 similar comment
@meichstedt
Copy link
Contributor

Note: This issue has been migrated to https://jira.mesosphere.com/browse/MARATHON-2000. For more information see https://groups.google.com/forum/#!topic/marathon-framework/khtvf-ifnp8.

@mesosphere mesosphere locked and limited conversation to collaborators Mar 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants