summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-30 16:45:02 +0200
committerroot2020-07-30 16:45:02 +0200
commit98e73218d9771f2bf1bf2202f186a1d37b76d2be (patch)
tree8a402e6790b4e6f6b3d067ef67a14f83c8f45582 /core/modules/dnbd3
parent[inc/autoclone] Restore cwdirectory (diff)
downloadmltk-98e73218d9771f2bf1bf2202f186a1d37b76d2be.tar.gz
mltk-98e73218d9771f2bf1bf2202f186a1d37b76d2be.tar.xz
mltk-98e73218d9771f2bf1bf2202f186a1d37b76d2be.zip
[dnbd3/run-virt] Use dnbd3-server-proxy-fuse for local caching
Diffstat (limited to 'core/modules/dnbd3')
-rw-r--r--core/modules/dnbd3/module.build1
-rw-r--r--core/modules/dnbd3/module.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/dnbd3/module.build b/core/modules/dnbd3/module.build
index 48fa7c7b..5f049e97 100644
--- a/core/modules/dnbd3/module.build
+++ b/core/modules/dnbd3/module.build
@@ -35,6 +35,7 @@ build() {
-DBUILD_FUSE_CLIENT=ON \
-DBUILD_KERNEL_MODULE=ON \
-DBUILD_SERVER=ON \
+ -DBUILD_SERVER_FUSE=ON \
-DBUILD_STRESSTEST=OFF \
"$MODULE_WORK_DIR/src/dnbd3" || perror "Could not cmake"
make dnbd3-client || perror "Could not make dnbd3-client"
diff --git a/core/modules/dnbd3/module.conf b/core/modules/dnbd3/module.conf
index 9e8bf304..a21ace25 100644
--- a/core/modules/dnbd3/module.conf
+++ b/core/modules/dnbd3/module.conf
@@ -1,6 +1,6 @@
#!/bin/bash
REQUIRED_MODULES="kernel"
-REQUIRED_GIT="https://git.openslx.org/dnbd3.git"
+REQUIRED_GIT="https://git.openslx.org/dnbd3.git||fuse_ll"
REQUIRED_BINARIES="
dnbd3-client
dnbd3-fuse