-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Filesystem API
-
Storage Engines
-
2
-
StorEng - Defined Pipeline
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.