]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/snap_schedule: Use rados.Ioctx.remove_object() instead of remove().
authorAndreas Teuchert <a.teuchert@syseleven.de>
Fri, 16 Sep 2022 09:58:25 +0000 (15:28 +0530)
committerMilind Changire <mchangir@redhat.com>
Fri, 16 Sep 2022 09:58:25 +0000 (15:28 +0530)
commitffa7ba93e25b312091c96535c25a8c30518a2379
tree60d67c4e1e48b1aa868027e07b1a8e00470091c5
parentfe9558fb5d1345968b1f33881b491404257e0593
mgr/snap_schedule: Use rados.Ioctx.remove_object() instead of remove().

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

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