-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Filesystem API, Live Restore
-
Storage Engines
-
1
-
1
-
StorEng - 2025-01-21
The function __live_restore_can_service_read is used to check if there is no hole overlaps with the read range to tell if a read can be serviced purely on destination. The current code does not cover the edge case where both read_begin and read_end fall on destination while there's a hole in the range. This ticket is to verify and fix that bug.