]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
testnode: remove multipath 480/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 25 Oct 2019 15:59:44 +0000 (17:59 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 27 Oct 2019 13:27:21 +0000 (14:27 +0100)
commit63af200ddb79353d236c3e10f2717e3b6ee4f3c2
tree960f6b35c939a60879941481004af9bfe929c7b0
parent2a469ff05ebe647ec0118491b622e820ccd6c2f7
testnode: remove multipath

multipath can interfere with krbd tests, particularly with
krbd_udev_enumerate.yaml.  Much like udev, multipath opens block
devices behind the scenes, making the block device busy when it
shouldn't be.

None of the lab tests depend on multipath (it's not installed on
ubuntu), so just remove it rather than messing with /etc/multipath.conf
and restarting multipathd.  If the need for multipath comes up, rbd
devices would need to be blacklisted like so:

  blacklist {
          devnode "^rbd[0-9]+"
  }

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
roles/testnode/vars/apt_systems.yml
roles/testnode/vars/yum_systems.yml
roles/testnode/vars/zypper_systems.yml