[dm-devel] [PATCH 1/2] dm: update original bio sector on Zone Append

2020-06-19 Thread Johannes Thumshirn
Naohiro reported that issuing zone-append bios to a zoned block device underneath a dm-linear device does not work as expected. This because we forgot to reverse-map the sector the device wrote to the original bio. For zone-append bios, get the offset in the zone of the written sector from the cl

Re: [dm-devel] [PATCH 1/2] dm: update original bio sector on Zone Append

2020-06-19 Thread Damien Le Moal
On 2020/06/19 15:59, Johannes Thumshirn wrote: > Naohiro reported that issuing zone-append bios to a zoned block device > underneath a dm-linear device does not work as expected. > > This because we forgot to reverse-map the sector the device wrote to the > original bio. > > For zone-append bios,