]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rbd_support: remove CreateSnapshotRequests __del__() 54251/head
authorRamana Raja <rraja@redhat.com>
Mon, 30 Oct 2023 15:05:27 +0000 (11:05 -0400)
committerRamana Raja <rraja@redhat.com>
Mon, 30 Oct 2023 16:01:19 +0000 (12:01 -0400)
commitfed1e87685a698876cf167b3681327e5b0066ee6
tree99baba2ee5754b113b387e9fdbe21fc14539bcc8
parent4452bc22d1c6c8499cf55d6e39090adf7ae1dcbf
mgr/rbd_support: remove CreateSnapshotRequests __del__()

There is no need for CreateSnapshotRequests.__del__() that calls
CreateSnapshotRequests.wait_for_pending().
MirrorSnapshotScheduleHandler.shutdown() already calls
CreateSnapshotRequests.wait_for_pending().

Signed-off-by: Ramana Raja <rraja@redhat.com>
src/pybind/mgr/rbd_support/mirror_snapshot_schedule.py