Skip to content

Commit 7617e03

Browse files
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 <dennis.maisenbacher@wdc.com>
1 parent 37b4f00 commit 7617e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_scripts/build_spdk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export MSG_NC=$RESET_COLOR
4444
CONFIGURE_ARGS=(
4545
"--without-shared"
4646
"--with-uring"
47+
"--without-uring-zns"
4748
"--without-nvme-cuse"
4849
"--without-fuse"
4950
"--disable-unit-tests"

0 commit comments

Comments
 (0)