Hi!
Sorry for not answering for so late
On 7/24/23 15:54, Alexander Atanasov wrote:
On 24.07.23 15:57, Andrey Zhadchenko wrote:
On 7/24/23 14:20, Alexander Atanasov wrote:
On 24.07.23 11:03, Konstantin Khorenko wrote:
Implement find_hole() for dm-qcow2 target.
Iterate over ranges with clust
On 24.07.23 15:57, Andrey Zhadchenko wrote:
On 7/24/23 14:20, Alexander Atanasov wrote:
On 24.07.23 11:03, Konstantin Khorenko wrote:
Implement find_hole() for dm-qcow2 target.
Iterate over ranges with cluster granularity until hole or data is
found.
To reduce code duplication, we should use
On 7/24/23 14:20, Alexander Atanasov wrote:
On 24.07.23 11:03, Konstantin Khorenko wrote:
Implement find_hole() for dm-qcow2 target.
Iterate over ranges with cluster granularity until hole or data is found.
To reduce code duplication, we should use already existing
parse_metadata()
We can pr
On 24.07.23 11:03, Konstantin Khorenko wrote:
Implement find_hole() for dm-qcow2 target.
Iterate over ranges with cluster granularity until hole or data is found.
To reduce code duplication, we should use already existing parse_metadata()
We can pretend that seek request is read request for metad
Implement find_hole() for dm-qcow2 target.
Iterate over ranges with cluster granularity until hole or data is found.
To reduce code duplication, we should use already existing parse_metadata()
We can pretend that seek request is read request for metadata purposes
and than interpret parsing result i