]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr/rbd_support: use image ids to detect duplicate tasks
authorJason Dillaman <dillaman@redhat.com>
Fri, 2 Aug 2019 15:57:29 +0000 (11:57 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 6 Aug 2019 16:17:46 +0000 (12:17 -0400)
commit7adb17f83106b2cba87cf343c23fd6d2d26ae0b3
treecebcc76615182cb4a9221833f29b5cf76ba22ac3
parent75e950ce0babb5b219acba9b56b11a319498721d
pybind/mgr/rbd_support: use image ids to detect duplicate tasks

This helps to to avoid the case where new tasks were not being scheduled
when an image name was re-used after having a task created under the
same name.

Fixes: https://tracker.ceph.com/issues/41032
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/test_rbd_tasks.sh
src/pybind/mgr/rbd_support/module.py