Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
Mesosphere Sprint 40
-
2
Description
We currently error out if a binary we were trying to add to the volume is not found on the host filesystem. However, these are not the semantics that we want. By design, we list all the binaries that may exist on the filesystem that we want to put in the volume, not all of the binaries that must exist. We should simply skip any unfound binaries and move on to the next one instead of erroring out.