Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reenable
--without-uring-zns
spdk config (#70)
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 <[email protected]>
- Loading branch information