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

Don't wait "losetup -D" #625

Merged
merged 1 commit into from
May 17, 2022
Merged

Don't wait "losetup -D" #625

merged 1 commit into from
May 17, 2022

Conversation

kzys
Copy link
Contributor

@kzys kzys commented May 5, 2022

The concurrency group could cause a deadlock and we no longer make a
bunch of loopback devices during the tests.

Signed-off-by: Kazuyoshi Kato katokazu@amazon.com

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kzys kzys requested a review from a team as a code owner May 5, 2022 22:06
The concurrency group could cause a deadlock and we no longer make a
bunch of loopback devices during the tests.

Fixes firecracker-microvm#570.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
# With that we can now clean up loop devices before starting jobs to ensure
# we don't hit the loop device limit
# Just in case, list loopback devices to make sure there are no leaks.
# We probably should move that to metrics later.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue for this move just so we don't forget?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #628.

Copy link
Contributor

@aarongoulet aarongoulet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it! :shipit:

@kzys kzys merged commit 2782bd5 into firecracker-microvm:main May 17, 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.

3 participants