You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Signed-off-by: Dennis Maisenbacher <dennis.maisenbacher@wdc.com>
0 commit comments