Hi, We have been dealing with a data corruption issue when we run out I/O test suite made by ourselves with multiple thin devices built on top of a thin-pool. In our test suites, we will create multiple thin devices and continually write to them, check the file checksum, and delete all files and issue DISCARD to reclaim space if no checksum error takes place. We found that there is one data access pattern could corrupt the data. Suppose that there are two thin devices A and B, and device A receives a DISCARD bio to discard a physical(pool) block 100. Device A will quiesce all previous I/O and held both virtual and physical data cell before it actually remove the corresponding data mapping. After the data mapping is removed, both data cell will be released and this DISCARD bio will be passed down to underlying devices. If device B tries to allocate a new block at the very same moment, it could reuse the block 100 which was just been discarded by device A (suppose metadata commit had been triggered, for a block cannot be reused in the same transaction). In this case, we will have a race between the WRITE bio coming from device B and the DISCARD bio coming from device A. Once the WRITE bio completes before the DISCARD bio, there would be checksum error for device B. So my question is, does dm-thin have any mechanism to eliminate the race when discarded block is reused right away by another device? Any help would be grateful. Thanks, Dennis -- Dennis Yang QNAP Systems, Inc. Skype: qnap.dennis.yang Email: dennisyang@qnap.com Tel: (+886)-2-2393-5152 ext. 15018 Address: 13F., No.56, Sec. 1, Xinsheng S. Rd., Zhongzheng Dist., Taipei City, Taiwan