[
https://issues.apache.org/jira/browse/MESOS-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179313#comment-17179313
]
Qian Zhang commented on MESOS-10150:
------------------------------------
commit 014431e3c1b98e514e327318b52e5c54cc6174df
Author: Qian Zhang
Date: Mon Aug 17 19:22:48 2020 +0800
Updated volume manager to support user specified target path root.
Review: https://reviews.apache.org/r/72781
> Refactor CSI volume manager to support pre-provisioned CSI volumes
> ------------------------------------------------------------------
>
> Key: MESOS-10150
> URL: https://issues.apache.org/jira/browse/MESOS-10150
> Project: Mesos
> Issue Type: Task
> Reporter: Qian Zhang
> Assignee: Greg Mann
> Priority: Major
> Fix For: 1.11.0
>
>
> The existing
> [VolumeManager|https://github.com/apache/mesos/blob/1.10.0/src/csi/volume_manager.hpp#L55:L138]
> is like a wrapper for various CSI gRPC calls, we could consider leveraging
> it to call CSI plugins rather than making raw CSI gRPC calls in `volume/csi`
> isolator. But there is a problem, the lifecycle of the volumes managed by
> VolumeManager starts from the
> `[createVolume|https://github.com/apache/mesos/blob/1.10.0/src/csi/v1_volume_manager.cpp#L281:L329]`
> CSI call, but what we plan to support in MVP is pre-provisioned volumes, so
> we need to refactor VolumeManager by making it support pre-provisioned
> volumes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)