Re: [dm-devel] [PATCH] multipath-tools: unreachable controllers maintainers

2016-06-21 Thread Martin George
On 6/6/2016 1:24 AM, Xose Vazquez Perez wrote: Replace 3 unreachable controllers maintainers, their emails are bounced, with the default maintainer(Christophe Varoqui ) @@ -790,8 +790,8 @@ static struct hwentry default_hw[] = { /* * NETAPP

Re: [dm-devel] [PATCH 0/6] Support DAX for device-mapper dm-linear devices

2016-06-21 Thread Mike Snitzer
On Tue, Jun 21 2016 at 11:44am -0400, Kani, Toshimitsu wrote: > On Tue, 2016-06-21 at 09:41 -0400, Mike Snitzer wrote: > > On Mon, Jun 20 2016 at  6:22pm -0400, > > Mike Snitzer wrote: > > > > > > On Mon, Jun 20 2016 at  5:28pm -0400, > > > Kani,

Re: [dm-devel] Possible data corruption with dm-thin

2016-06-21 Thread Zdenek Kabelac
Dne 21.6.2016 v 09:56 Dennis Yang napsal(a): 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,

[dm-devel] Possible data corruption with dm-thin

2016-06-21 Thread Dennis Yang
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

Re: [dm-devel] [PATCH 2/3] block: require write_same and discard requests align to logical block size

2016-06-21 Thread Bart Van Assche
On 06/17/2016 03:19 AM, Darrick J. Wong wrote: Make sure that the offset and length arguments that we're using to construct WRITE SAME and DISCARD requests are actually aligned to the logical block size. Failure to do this causes other errors in other parts of the block layer or the SCSI layer