Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To unmap from in-container to on-host, use _map_targ_src #19

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from

Conversation

alexmemory
Copy link

The unmap functions used the _map_src_targ function with reversed
arguments. However, that caused a check whether the target side is a
directory on the host, which is irrelevant and can cause errors. A
new function _map_targ_src still does the directory check, but only on
the host side.

Nicholas Burnett and others added 30 commits November 6, 2019 14:50
PVjammer and others added 14 commits December 10, 2019 19:02
Increment version
…ip/python/examples/provenance/filter_svc/requests-2.20.0

Bump requests from 2.7.0 to 2.20.0 in /python/examples/provenance/filter_svc
1. Change a bit of terminology 
2. Add node list in the graph. One graph may has isolated node.  It's also good for evaluation.
…s/spongezhang-comment

Update provenance.proto based on comments for Columbia team.
…client

Added provenance API changes, provenance client, and refactored CLI
…les and updates .gitignore to use correct syntax to ignore *.swp
removes 'yield from' for python2 compatibility. removes *.swp
…s/pb_fix

fix broken provenance services python file
The unmap functions used the _map_src_targ function with reversed
arguments.  However, that caused a check whether the target side is a
directory on the host, which is irrelevant and can cause errors.  A
new function _map_targ_src still does the directory check, but only on
the host side.
@alexmemory
Copy link
Author

I guessed that the directory check was for a good reason, so this approach is to add a new function that still does the directory check. If the directory check isn't crucial, another approach is just to remove it from the original _map_src_targ function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants