ceph/qa/cephfs/begin.yaml
Sage Weil 667d70b6fc qa/cephfs/begin: libaio-devel on el8
Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-17 13:39:08 -06:00

15 lines
461 B
YAML

tasks:
- install:
extra_packages:
rpm: ['python3-cephfs']
deb: ['python3-cephfs', 'cephfs-shell']
# For kernel_untar_build workunit
extra_system_packages:
deb: ['bison', 'flex', 'libelf-dev', 'libssl-dev',
# for xfstests-dev
'dump', 'indent']
rpm: ['bison', 'flex', 'elfutils-libelf-devel', 'openssl-devel',
# for xfstests-dev
'libaio-devel']
- ceph: