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

Multiple Plan9 mounts to the same files are not cache coherent #464

Open
jstarks opened this issue Jan 29, 2019 · 2 comments
Open

Multiple Plan9 mounts to the same files are not cache coherent #464

jstarks opened this issue Jan 29, 2019 · 2 comments

Comments

@jstarks
Copy link
Member

jstarks commented Jan 29, 2019

See #463.

This may cause issues in some POD scenarios.

@jterry75
Copy link
Contributor

I assume the correct fix here is to make a refcount in the host and a refcount in the guest. IE: we might have a single share to a single UVM location but then 2x bind mounts from that single UVM location to a container location. Does this seem like overkill?

@jstarks
Copy link
Member Author

jstarks commented Jan 29, 2019

I think the cleanest fix is to add refcounting in the hcsoci layer instead of trying to hide it in the uvm code. I don't think the guest cares.

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

No branches or pull requests

2 participants