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

Call getfsstat() and strip mount paths from provided paths ; resolves 49 #58

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marklr
Copy link

@marklr marklr commented Jan 22, 2022

Call getfsstat() and strip mount paths from provided paths ; resolves #49

What does this pull request do?

Creates a map of mounted devices and their mount points and uses this information to ensure passed paths are relative to each device.

Where should the reviewer start?

setupStream() and onwards to createPaths

How should this be manually tested?

As described in #49

@marklr
Copy link
Author

marklr commented Jan 22, 2022

This is still a tentative POC, as we should probably coalesce all paths per-device and only call EventStreamCreateRelativeToDevice or EventStream once. Also, I haven't tried mixing multiple paths, each from a different Volume.

@marklr marklr self-assigned this Jan 22, 2022
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.

Do not force absolute Paths
1 participant