we encode the `INVALIDATE_OBJ` response in `retrybl`, but were
accidentally resending the notification with `bl` instead
Fixes: https://tracker.ceph.com/issues/62250
Signed-off-by: Casey Bodley <cbodley@redhat.com>
ldpp_dout(dpp, 1) << __PRETTY_FUNCTION__ << ":" << __LINE__
<< " Invalidating obj=" << info.obj << " tries="
<< tries << dendl;
- r = notify_obj.notify(dpp, bl, 0, nullptr, y);
+ r = notify_obj.notify(dpp, retrybl, 0, nullptr, y);
if (r < 0) {
ldpp_dout(dpp, 1) << __PRETTY_FUNCTION__ << ":" << __LINE__
<< " invalidation attempt " << tries << " failed: "