You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrew Schwartzmeyer (JIRA)" <ji...@apache.org> on 2017/04/12 20:48:45 UTC

[jira] [Assigned] (MESOS-5610) Transition Docker image "whiteout" deletion from FTS to something Windows-compatible

     [ https://issues.apache.org/jira/browse/MESOS-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Schwartzmeyer reassigned MESOS-5610:
-------------------------------------------

    Assignee: Andrew Schwartzmeyer  (was: Alex Clemmer)

> Transition Docker image "whiteout" deletion from FTS to something Windows-compatible
> ------------------------------------------------------------------------------------
>
>                 Key: MESOS-5610
>                 URL: https://issues.apache.org/jira/browse/MESOS-5610
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>            Reporter: Alex Clemmer
>            Assignee: Andrew Schwartzmeyer
>            Priority: Minor
>              Labels: mesosphere, windows-mvp
>
> In `slave/containerizer/mesos/provisioner/provisioner.cpp`, the function `ProvisionerProcess::__provision` uses the FTS API to walk the directory and delete some files and directories per the Docker v1 spec[1].
> The FTS API conforms to BSD; it is not available on Windows.
> We therefore have 2 options: we can (1) prove we don't need this for Windows Containers, or (2) implement a version of this code that does not depend on FTS, in a manner similar to our modifications to `os::rmdir`.
> [1] https://github.com/docker/docker/blob/master/image/spec/v1.md



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