Skip to content

Commit

Permalink
Merge pull request #18 from UnchainedMelody/single-iod-400u-1019
Browse files Browse the repository at this point in the history
single iod 400u optimization
  • Loading branch information
aixiaorenzhe authored Oct 23, 2023
2 parents f7fdb2f + 99a4abb commit 0e605c3
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 0e605c3

Please sign in to comment.