Details
-
Improvement
-
Status: Reviewable
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, persistent volumes are exclusive, i.e. that if a persistent volume is used by one task or executor, it cannot be concurrently used by other task or executor.
With the introduction of shared volumes, persistent volumes can be used simultaneously by multiple tasks or executors. As a result, we need to introduce setting up of ownership of persistent volumes at creation of volumes which the tasks need to follow.
Attachments
Issue Links
- relates to
-
MESOS-6374 CREATE operation shouldn't require the client to specify how the persistent volume should be mounted
- Open
-
MESOS-4324 Allow access to shared persistent volumes as read only or read write by tasks
- Resolved