]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: handle duplicate rbd task commands
authorJason Dillaman <dillaman@redhat.com>
Thu, 25 Jul 2019 16:36:19 +0000 (12:36 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 18 Aug 2019 20:50:11 +0000 (16:50 -0400)
commitdb0f4094599e0985a1a8db1e4abcd25acc116c89
tree535931aa91e1128b9f0b36fa54ba0a07e7d0fdcb
parent1fd7794dfe1984d1ba876c5a71825cd7728680a8
pybind/mgr: handle duplicate rbd task commands

The 'ceph' CLI will duplicate commands within teuthology to test
the MONs idempotency. This shouldn't be required for the MGR module,
but we can keep a fixed set of completed tests to handle this
possible command replay.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 9bdc376c5505aa97532ea15ff6286db9beafd1ec)
src/pybind/mgr/rbd_support/module.py