Skip to content

Commit

Permalink
single iod 400u optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
guotaowei (A) committed Oct 23, 2023
1 parent b340acf commit 99a4abb
Show file tree
Hide file tree
Showing 93 changed files with 4,395 additions and 659 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ if(WITH_BLUESTORE)
endif()
endif()

option(WITH_SPDK "Enable SPDK" OFF)
option(WITH_SPDK "Enable SPDK" ON)
if(WITH_SPDK)
if(NOT WITH_BLUESTORE)
message(SEND_ERROR "Please enable WITH_BLUESTORE for using SPDK")
Expand Down
Loading

0 comments on commit 99a4abb

Please sign in to comment.