Chun-Hung Hsiao created MESOS-9568:
--------------------------------------
Summary: SLRP does not clean up mount directories for destroyed
MOUNT disks.
Key: MESOS-9568
URL: https://issues.apache.org/jira/browse/MESOS-9568
Project: Mesos
Issue Type: Bug
Components: storage
Affects Versions: 1.7.1, 1.7.0, 1.6.1, 1.6.0, 1.5.2, 1.5.1, 1.5.0
Reporter: Chun-Hung Hsiao
Assignee: Chun-Hung Hsiao
When staging or publishing a CSI volume, SLRP will create the following mount
points for these operations:
{noformat}
<work_dir>/csi/<rp_type>/<rp_name>/mounts/<volume_id>/staging
<work_dir>/csi/<rp_type>/<rp_name>/mounts/<volume_id>/target
{noformat}
These directories are cleaned up when the volume is unpublished/unstaged.
However, their parent directory, namly
{{<work_dir>/csi/<rp_type>/<rp_name>/mounts/<volume_id>}} is never cleaned up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)