]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/cephfs/mount.py: fall back to use ip command to setup the bridge
authorXiubo Li <xiubli@redhat.com>
Tue, 12 May 2020 02:26:51 +0000 (22:26 -0400)
committerXiubo Li <xiubli@redhat.com>
Tue, 12 May 2020 02:51:29 +0000 (22:51 -0400)
commitf7b49f5bab651dca2d78a5bfe3f47ab1500bcdaf
tree7d6c8901fffd2e46a001283b63d45cb83ce3e92f
parent2c38355f664a5e2d8677707d878a708814d5a962
qa/tasks/cephfs/mount.py: fall back to use ip command to setup the bridge

CentOS/RHEL8 have abandoned the bridge-utils package so the brctl
cmd is none avalible, and on Ubuntu 18.04 and 20.04 the nmcli is
buggy to setup the bridge. So this will fall back to use ip cmd
to setup the bridge stuff.

Fixes: https://tracker.ceph.com/issues/45459
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/mount.py