Re: [dm-devel] [PATCH v2] dm-zero, dm-error: support discards

2023-03-30 Thread Milan Broz
On 3/10/23 09:05, Milan Broz wrote: On 3/7/23 18:32, Mikulas Patocka wrote: dm-zero, dm-error: support discards This patch adds discard support to dm-zero and dm-error. dm-zero ignores the discards, dm-error return -EIO. It is useful when the user combines dm-zero or dm-error with other discard

Re: [dm-devel] [PATCH v2] dm-zero, dm-error: support discards

2023-03-10 Thread Milan Broz
On 3/7/23 18:32, Mikulas Patocka wrote: dm-zero, dm-error: support discards This patch adds discard support to dm-zero and dm-error. dm-zero ignores the discards, dm-error return -EIO. It is useful when the user combines dm-zero or dm-error with other discard-supporting targets in the same table

[dm-devel] [PATCH v2] dm-zero, dm-error: support discards

2023-03-07 Thread Mikulas Patocka
dm-zero, dm-error: support discards This patch adds discard support to dm-zero and dm-error. dm-zero ignores the discards, dm-error return -EIO. It is useful when the user combines dm-zero or dm-error with other discard-supporting targets in the same table; without dm-zero or dm-error support, dis