]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: use the ordered throttle for the export action 29329/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 19 Jun 2019 15:09:54 +0000 (11:09 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 25 Jul 2019 16:47:59 +0000 (18:47 +0200)
commitc62118bdac980cd546f1555b3c051710e5df22eb
treee991ab726c0769f91b106572e3a848c798813b54
parent85fa207048f84d9c6125070861de8ae3d02b3c7b
rbd: use the ordered throttle for the export action

This allows exports to STDOUT to use multiple concurrent operations
and also fixes a potential race condition with concurrent callbacks
and file seeking.

Fixes: http://tracker.ceph.com/issues/40435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 751bf6957020ad02b3a29b005b9792b9c6547f96)
src/tools/rbd/action/Export.cc