----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53623/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- The provisioner's `copy` backend has never been supported on Windows, but we have included it in the build to reduce the number of `#ifdef`s needed to compile the agent. If the user attempts to specify a rootfs on Windows, it will still fail in the containerizer's validation logic. Diffs ----- src/slave/containerizer/mesos/provisioner/backends/copy.cpp 7e98110af9d105c803518a29cd2e74b7464fcb1e Diff: https://reviews.apache.org/r/53623/diff/ Testing ------- make check (CentOS 7) msbuild ... (Windows 10) Thanks, Joseph Wu
