crimson/osd: PG::repair_object() doesn't depend on MOSDOp anymore.
Before this commit the method was depending on `MOSDOp::get_min_epoch()`
to start an `UrgentRecovery`. However, it seems `PG::get_osdmap_epoch()`
would be sufficient here as the very early stages of the processing
in `ClientRequest` ensure the PG fits the `get_min_epoch()` requirement.
In the classical OSD the counterpart code looks like below: