Skip to content

Commit

Permalink
fix: reenable --without-uring-zns spdk config (#70)
Browse files Browse the repository at this point in the history
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
MaisenbacherD authored Nov 27, 2024
1 parent 37b4f00 commit 7617e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_scripts/build_spdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export MSG_NC=$RESET_COLOR
CONFIGURE_ARGS=(
"--without-shared"
"--with-uring"
"--without-uring-zns"
"--without-nvme-cuse"
"--without-fuse"
"--disable-unit-tests"
Expand Down

0 comments on commit 7617e03

Please sign in to comment.