pub fn from_nvme_reservation_report(
report_header: &ReservationReport,
controllers: &[RegisteredControllerExtended],
) -> Result<ReservationReport, InvalidReservationType>
Expand description
Parses an NVMe reservation report into a disk_backend
reservation report.