]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script/run-make: install lvm2 for make check cephadm test
authorluo rixin <luorixin@huawei.com>
Mon, 29 Jan 2024 11:25:00 +0000 (19:25 +0800)
committerluo rixin <luorixin@huawei.com>
Mon, 29 Jan 2024 11:25:11 +0000 (19:25 +0800)
commitd304cbb06e3d8d8a4e54a893214fc4e20c8457ab
treec6f64d7ff8f6f243ac86bf7885490a4e3b926641
parent6f6a7376f1efcc10e672c6b679c86d0a5fcb8cec
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 <luorixin@huawei.com>
src/script/run-make.sh