]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/snap_schedule: Use rados.Ioctx.remove_object() instead of remove(). 48013/head
authorAndreas Teuchert <a.teuchert@syseleven.de>
Thu, 7 Jul 2022 12:55:59 +0000 (12:55 +0000)
committerMilind Changire <mchangir@redhat.com>
Thu, 8 Sep 2022 06:41:38 +0000 (12:11 +0530)
commite8664b64abf0117c303ee34d2e89a26470f9fcdd
treeba2444edf7cb52c05488de7d3bea314e84093e71
parentbdd38a276244bfe954fead033d5a460acb02ed55
mgr/snap_schedule: Use rados.Ioctx.remove_object() instead of remove().

This fixes the "AttributeError: 'rados.Ioctx' object has no attribute
'remove'" error.

Signed-off-by: Andreas Teuchert <a.teuchert@syseleven.de>
(cherry picked from commit bb958f18af615377852d1579da936ea6c62d6056)
src/pybind/mgr/snap_schedule/fs/schedule_client.py