ceph/qa/cephfs/begin.yaml
Xiubo Li f0c67256b9 qa/vstart_runner: add unsharing network namespace support
This will isolate the network namespace for each mount point with
a private ip address and iptables, etc.

For the kill() stuff it will just do DOWN the veth interface instead
of sending ipmi request for kernel mount and kill the fuse processes
for the fuse mount. This could avoid sending the socket FIN to the
ceph cluster.

Fixes: https://tracker.ceph.com/issues/44044
Signed-off-by: Xiubo Li <xiubli@redhat.com>
2020-04-14 07:47:03 -04:00

40 lines
796 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
- network-manager
- iproute2
- util-linux
# for xfstests-dev
- dump
- indent
rpm:
- bison
- flex
- elfutils-libelf-devel
- openssl-devel
- NetworkManager
- iproute
- util-linux
# for xfstests-dev
- libacl-devel
- libaio-devel
- libattr-devel
- libtool
- libuuid-devel
- xfsdump
- xfsprogs
- xfsprogs-devel
- ceph: