You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/04/29 00:40:04 UTC

[jira] [Created] (MESOS-7439) Bumped the default timeout value for docker volume driver unmount operation.

Jie Yu created MESOS-7439:
-----------------------------

             Summary: Bumped the default timeout value for docker volume driver unmount operation.
                 Key: MESOS-7439
                 URL: https://issues.apache.org/jira/browse/MESOS-7439
             Project: Mesos
          Issue Type: Task
            Reporter: Jie Yu


A volume detach operation can be very time consuming in some cloud environment. In extreme cases, the detach can take up to 20 minutes. Since 'Unmount' in Docker Volume Driver Interface (DVDI) is not idempotent, the container orchestrator (i.e., Mesos) cannot safely retry the operation. As a result, we don't have much flexibility here.

We should increase the timeout hoping that in most of the cases, the volume can be detached within that timeout.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)