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

Pool creation timeout loop #1772

Open
tiagolobocastro opened this issue Nov 18, 2024 · 0 comments
Open

Pool creation timeout loop #1772

tiagolobocastro opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
BUG Something isn't working

Comments

@tiagolobocastro
Copy link
Contributor

tiagolobocastro commented Nov 18, 2024

Describe the bug
Creating pools on very large devices can take a very long time.
This was previously handled by allowing the initial call to timeout, followed by an import when the pool is eventually created in the background.

To Reproduce
Steps to reproduce the behavior:
Use very slow device or modify creation code with sleeps.
Perhaps we can use a virtual bdev to simulate this.

Expected behavior
Pool creation should eventually succeed.

OS info (please complete the following information):

  • MayaStor revision: develop

Additional context
A creation timeout is currently leading into a continuous loop of failed pool creations, requiring us to increase the timeouts.
We can increase the timeout and perhaps we should, but eventually some device will have higher delay, and in that case creation should still eventually complete.
See some related info: openebs/openebs#3805 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant