File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
subprojects/packagefiles/spdk Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install-deps:
25
25
libzstd-dev ninja-build zlib1g-dev
26
26
# SPDK deps
27
27
sudo apt install -y libnuma-dev libarchive-dev libibverbs-dev librdmacm-dev \
28
- python3-pyelftools libcunit1-dev libaio-dev nasm
28
+ python3-pyelftools libcunit1-dev libaio-dev nasm librados-dev librbd-dev
29
29
# LSVD deps
30
30
sudo apt install -y meson mold libfmt-dev librados-dev \
31
31
libjemalloc-dev libradospp-dev pkg-config uuid-dev
Original file line number Diff line number Diff line change 2
2
3
3
debug () {
4
4
echo ' ===Building SPDK in debug mode...'
5
- ./configure --enable-debug --without-fuse --without-nvme-cuse \
6
- --without-rbd --without- shared --without-xnvme
5
+ ./configure --enable-debug --with-rbd -- without-fuse --without-nvme-cuse \
6
+ --without-shared --without-xnvme
7
7
}
8
8
9
9
release () {
10
10
echo ' ===Building SPDK in release mode...'
11
- ./configure --without-fuse --without-nvme-cuse \
12
- --without-rbd --without- shared --without-xnvme
11
+ ./configure --with-rbd -- without-fuse --without-nvme-cuse \
12
+ --without-shared --without-xnvme
13
13
}
14
14
15
15
if [ $# -lt 1 ]; then
You can’t perform that action at this time.
0 commit comments