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

Errors when exiting without deleting controllers & bdevs first. #2

Open
pykello opened this issue Nov 15, 2023 · 0 comments
Open

Errors when exiting without deleting controllers & bdevs first. #2

pykello opened this issue Nov 15, 2023 · 0 comments

Comments

@pykello
Copy link
Collaborator

pykello commented Nov 15, 2023

If I hit Ctrl-C before deleting controllers & bdevs first, I get the following errors:

[2023-11-15 12:58:28.498117] vhost_blk.c:1218:vhost_user_bdev_remove_cb: *WARNING*: vhost.0: hot-removing bdev - all further requests will fail.
[2023-11-15 12:58:28.550627] reactor.c: 983:reactor_run: *ERROR*: spdk_thread_exit() was not called on thread 'vhost.0'
[2023-11-15 12:58:28.550674] reactor.c: 985:reactor_run: *ERROR*: This will result in a non-zero exit code in a future release.

This isn't high priority, as this won't happen if bdevs and controllers are deleted before stopping. But we need to understand why this doesn't happen in SPDK's vhost app, but happens here, and fix it.

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

No branches or pull requests

1 participant