diff options
author | Simon Rettberg | 2018-03-19 16:50:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-03-19 16:50:26 +0100 |
commit | 9160281774d211a4e8b79dfa29952d9669e77297 (patch) | |
tree | 3ab48b0f3fc4c88ff8559e21a37d79cdedaabbac | |
parent | [hardware-stats] Suppress local warnings about swap/tmp if flag-file is present (diff) | |
download | mltk-9160281774d211a4e8b79dfa29952d9669e77297.tar.gz mltk-9160281774d211a4e8b79dfa29952d9669e77297.tar.xz mltk-9160281774d211a4e8b79dfa29952d9669e77297.zip |
[dnbd3] Bump version
-rw-r--r-- | core/modules/dnbd3/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/dnbd3/module.conf b/core/modules/dnbd3/module.conf index e008ad35..4d319eda 100644 --- a/core/modules/dnbd3/module.conf +++ b/core/modules/dnbd3/module.conf @@ -1,7 +1,7 @@ #!/bin/bash REQUIRED_MODULES="kernel" REQUIRED_GIT="git://git.openslx.org/dnbd3.git" -REQUIRED_COMMIT="1f3de3f0e20d20e8f388f07339630090edaba56c" +REQUIRED_COMMIT="3d4eb1f404a8105a02374e248252e52b331f0a23" REQUIRED_BINARIES=" dnbd3-client dnbd3-fuse |