]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/snap_schedule: Use rados.Ioctx.remove_object() instead of remove().
authorAndreas Teuchert <a.teuchert@syseleven.de>
Thu, 7 Jul 2022 12:55:59 +0000 (12:55 +0000)
committerAndreas Teuchert <a.teuchert@syseleven.de>
Thu, 7 Jul 2022 12:55:59 +0000 (12:55 +0000)
commitbb958f18af615377852d1579da936ea6c62d6056
treeec216165b98fbfb87f891910a195851c7490150f
parent55e46c7e023f2924c93abca495d7620055785b6a
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>
src/pybind/mgr/snap_schedule/fs/schedule_client.py