]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/rbd_fio: unmap rbd devices on cleanup
authorIlya Dryomov <idryomov@gmail.com>
Wed, 31 Aug 2016 17:30:19 +0000 (19:30 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 1 Sep 2016 16:13:55 +0000 (18:13 +0200)
commit15be2d29be3e42644b0c541f5c70461f1874f24f
tree7805af043d40af21bdf0af9ddcefa6dfe61fa738
parentec97445740bbf7848488fbb6213e74d50a355547
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>
tasks/rbd_fio.py