]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/rbd_fio: unmap rbd devices on cleanup 13104/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 31 Aug 2016 17:30:19 +0000 (19:30 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 Jan 2017 15:17:13 +0000 (16:17 +0100)
commit61e1b0caddfbc3721cd9fa2de5b90b2f65740f79
tree2b231071e7bd041b575008fa6d035a42c11c66e4
parent5fcfa32f21709054f054bcda719df090777f52d5
tasks/rbd_fio: unmap rbd devices on cleanup

Not doing so leads to issues and can interfere with subsequent jobs.
One example is the invocation of vgs(8) during the inital test setup:
it will issue a read to the left-behind rbd device(s) whose backing
cluster is long gone, locking up the job.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 15be2d29be3e42644b0c541f5c70461f1874f24f)
qa/tasks/rbd_fio.py