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

fix: reenable --without-uring-zns spdk config #70

Merged

Conversation

MaisenbacherD
Copy link
Contributor

Add back --without-uring-zns spdk config that was removed in 2578b43 ("feat(bdev): add support for CSAL ftl bdev targets (#67)") for preparation on potential future spdk ftl features.

The uring-zns spdk feature caused errors in the core cargo test:

...
ERROR mayastor::spdk:bdev_uring.c:591] Unable to open file /tmp/disk3.img/queue/zoned. errno: 2
...

For now the uring-zns spdk feature is not necessary.

Add back `--without-uring-zns` spdk config that was removed in
2578b43 ("feat(bdev): add support for CSAL ftl bdev targets (openebs#67)")
for preparation on potential future spdk ftl features.

The uring-zns spdk feature caused errors in the `core` cargo test:
```
...
ERROR mayastor::spdk:bdev_uring.c:591] Unable to open file /tmp/disk3.img/queue/zoned. errno: 2
...
```

For now the uring-zns spdk feature is not necessary.

Signed-off-by: Dennis Maisenbacher <[email protected]>
@tiagolobocastro tiagolobocastro merged commit 7617e03 into openebs:develop Nov 27, 2024
4 checks passed
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.

2 participants