| 52 | |
| 53 | template <typename I> |
| 54 | int ObjectMap<I>::aio_remove(librados::IoCtx &io_ctx, const std::string &image_id, |
| 55 | librados::AioCompletion *c) { |
| 56 | return io_ctx.aio_remove(object_map_name(image_id, CEPH_NOSNAP), c); |
| 57 | } |
| 58 | |
| 59 | template <typename I> |
| 60 | std::string ObjectMap<I>::object_map_name(const std::string &image_id, |
no outgoing calls
no test coverage detected