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

[Bug]: Dupicate fuse processes/issue with existing volume mount process detection #1014

Open
wdec opened this issue Aug 30, 2023 · 0 comments
Labels
on-user pending on user

Comments

@wdec
Copy link

wdec commented Aug 30, 2023

Describe the bug
Existing code fails to detect in some cases the presence of an existing fuse mount process, leading to the creation of multiple fuse processes. This is a concurrency issue.
Fix has been identified and is in progress

To Reproduce
Steps to reproduce the behavior:

  1. Create mount for volume X on pod1
  2. Create mount for volume X on pod2
  3. If pod1 and pod2 are on the same node, and created in quick succession, multiple fuse processes for volume X are created

Expected behavior
Additional fuse processes for existing mounts shouldn't be created.

Actual behavior
A clear and concise description of what actually happened.

Environment:
kadalu 1.1

Screenshots or Logs
If applicable, add any screenshots to help explain your problem. Try capturing relevant logs, post them to http://gist.github.com/ and post the links in the issue.

Additional context
Add any other context about the problem here.

@wdec wdec changed the title [Bug]: Issue existing volume mount detection [Bug]: Dupicate fuse processes/issue with existing volume mount process detection Aug 30, 2023
@leelavg leelavg added the on-user pending on user label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-user pending on user
Projects
None yet
Development

No branches or pull requests

2 participants