Skip to content

Commit d304cbb

Browse files
committed
script/run-make: install lvm2 for make check cephadm test
The make check test `run-tox-cephdam` reports error: ``` if errors: > raise Error('\nERROR: '.join(errors)) E cephadmlib.exceptions.Error: lvcreate binary does not appear to be installed cephadm.py:4434: Error ``` So let's installing lvm2 for make check cephadm test. Fixes: https://tracker.ceph.com/issues/64122 Signed-off-by: luo rixin <[email protected]>
1 parent 6f6a737 commit d304cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/run-make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function prepare() {
5656

5757
if test -f ./install-deps.sh ; then
5858
ci_debug "Running install-deps.sh"
59-
INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang"
59+
INSTALL_EXTRA_PACKAGES="ccache git $which_pkg clang lvm2"
6060
$DRY_RUN source ./install-deps.sh || return 1
6161
trap clean_up_after_myself EXIT
6262
fi

0 commit comments

Comments
 (0)