Re: [dm-devel] [PATCH v3 0/6] multipath: path validation library prep work

2020-05-20 Thread Martin Wilck
On Tue, 2020-05-19 at 12:08 -0500, Benjamin Marzinski wrote: > I've been playing around with the SID code more and I've decided to > hold > off on submitting the library until I have it working with the SID > multipath module better. Instead, I've pulled out the common code > that > multipath

Re: [dm-devel] [PATCHv2 0/6] dm-zoned: improve cache performance

2020-05-20 Thread Mike Snitzer
On Tue, May 19 2020 at 6:36pm -0400, Damien Le Moal wrote: > On 2020/05/19 17:14, Hannes Reinecke wrote: > > Hi all, > > > > here's an update to dm-zoned to separate out cache zones. > > In the update to metadata version 2 the regular drive was split > > in emulated zones, which were handled

[dm-devel] [PATCH] fix boolean value with json-c 0.14

2020-05-20 Thread mwilck
From: "m...@eworm.de" Upstream json-c removed the TRUE and FALSE defines in commit 0992aac61f8b087efd7094e9ac2b84fa9c040fcd. Signed-off-by: Christian Hesse Signed-off-by: Martin Wilck --- libdmmp/libdmmp_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- mwilck: Resent

Re: [dm-devel] [PATCH v4 0/2] Historical Service Time Path Selector

2020-05-20 Thread Xose Vazquez Perez
On 5/11/20 6:39 PM, Gabriel Krisman Bertazi wrote: This fourth version of HST applies the suggestion from Mikulas Patocka to do the ktime_get_ns inside the mpath map_bio instead of generic device-mapper code. This means that struct dm_mpath_io gained another 64bit field. For the request-based

Re: [dm-devel] multipath-tools: -1patch in upstream-queue

2020-05-20 Thread Xose Vazquez Perez
On 5/20/20 10:36 PM, Martin Wilck wrote: However, it has no "Reviewed-by:" tag from anyone, including yourself, so it couldn't be pushed to upstream-queue yet. Trivial enough. And a similar one was included, at least, in Fedora, Alpine and Gentoo. -- dm-devel mailing list

Re: [dm-devel] multipath-tools: -1patch in upstream-queue

2020-05-20 Thread Martin Wilck
Hello Xose, On Wed, 2020-05-20 at 18:56 +0200, Xose Vazquez Perez wrote: > Hi Martin, > > The JSON patch send by Christian Hesse(twice) is missed, in your > upstream-queue: > https://marc.info/?l=dm-devel=158792878717348 or > https://marc.info/?l=dm-devel=158797224229431 > > Thank you. Right,

Re: [dm-devel] [PATCH v4 0/2] Historical Service Time Path Selector

2020-05-20 Thread Gabriel Krisman Bertazi
Xose Vazquez Perez writes: > On 5/11/20 6:39 PM, Gabriel Krisman Bertazi wrote: > >> This fourth version of HST applies the suggestion from Mikulas Patocka >> to do the ktime_get_ns inside the mpath map_bio instead of generic >> device-mapper code. This means that struct dm_mpath_io gained

Re: [dm-devel] [PATCHv2 0/6] dm-zoned: improve cache performance

2020-05-20 Thread Damien Le Moal
On 2020/05/21 3:53, Mike Snitzer wrote: > On Tue, May 19 2020 at 6:36pm -0400, > Damien Le Moal wrote: > >> On 2020/05/19 17:14, Hannes Reinecke wrote: >>> Hi all, >>> >>> here's an update to dm-zoned to separate out cache zones. >>> In the update to metadata version 2 the regular drive was