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

Remove Shell Dependency from pkg/v1/fs #6

Open
mirkobrombin opened this issue Jul 1, 2024 · 2 comments
Open

Remove Shell Dependency from pkg/v1/fs #6

mirkobrombin opened this issue Jul 1, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mirkobrombin
Copy link
Member

We need to refactor the pkg/v1/fs/mount.go package to eliminate the dependency on shell commands. Currently, some methods use the os/exec package to execute shell commands, which can introduce unknown issues and reduce portability.

The following functions should be refactored to replace command-line tool with an equivalent Go library, if available:

  • MountFuseOverlay
  • UnmountFuseOverlay
@mirkobrombin mirkobrombin added the enhancement New feature or request label Jul 1, 2024
@nellfs
Copy link

nellfs commented Sep 5, 2024

Can I check that?

@mirkobrombin
Copy link
Member Author

sure

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

No branches or pull requests

2 participants