Skip to content

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
@marklr
Copy link
Author

marklr commented Jun 5, 2025

@WALLACE251 would be great to get rid of this PR somehow :)

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

2 participants