-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cephadm: support no huge pages for nvmeof spdk
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
- Loading branch information
Alexander Indenbaum
committed
Nov 19, 2024
1 parent
c5eacfc
commit 6cbcbf5
Showing
6 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule s3select
updated
11 files
+12 −12 | .github/workflows/clang-tidy.yml | |
+11 −12 | .github/workflows/cmake.yml | |
+2 −2 | example/csv_to_parquet.cpp | |
+1 −7 | example/s3select_example.cpp | |
+96 −128 | include/s3select.h | |
+1 −12 | include/s3select_functions.h | |
+7 −41 | include/s3select_json_parser.h | |
+13 −69 | include/s3select_oper.h | |
+23 −37 | include/s3select_parquet_intrf.h | |
+61 −244 | test/s3select_test.cpp | |
+2 −3 | test/s3select_test.h |
Submodule spdk
updated
4 files
+0 −3 | CONFIG | |
+0 −5 | configure | |
+3 −2 | lib/iscsi/iscsi.c | |
+1 −1 | scripts/check_format.sh |