On Thu, Aug 29, 2024 at 12:31:00PM +0000, John Garry wrote: > The verify feature can be useful to prove atomic writes. However, atomic > writes only ensure a proper CRC, but not sequence number. So sequence > numbers are ignored in verify mode for atomic writes. Why not? Note that NVMe TP4098 MAM support (not public yet I think so I'm not going into details) is outside of scope as the current RWF_ATOMIC requirements specifically require natural alignment and for the writes to be between stx_atomic_write_unit_min (LBA format) and stx_atomic_write_unit_max (AWUPF) -- why are we not getting sequence numbers right? Is that a SCSI issue? > This series is marked as an RFC because: > - Whether verify mode should ignore sequence number always or we should > add a new option for that. Luis