... as, barring a bug, these are simply the successful grants
received after one replica had failed to secure the required
resources.
Fixes: https://tracker.ceph.com/issues/56400
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
if (m_reservations.has_value()) {
m_reservations->handle_reserve_grant(op, from);
} else {
- derr << __func__ << ": received unsolicited reservation grant from osd "
+ dout(20) << __func__ << ": late/unsolicited reservation grant from osd "
<< from << " (" << op << ")" << dendl;
}
}