[dm-devel] Distributions mpt code

2016-05-11 Thread Xose Vazquez Perez
On 04/29/2016 12:10 AM, Benjamin Marzinski wrote: > On Thu, Apr 28, 2016 at 08:23:44AM +0200, Hannes Reinecke wrote: >> On 04/28/2016 12:46 AM, Benjamin Marzinski wrote: >>> Like I said, Red Hat doesn't use them. I'll post our multipath.rules >>> shortly. >>> >> Which would be cool. >> I was

Re: [dm-devel] [PATCH v2 1/1] add display of map information in JSON format

2016-05-11 Thread Christophe Varoqui
Hi, the json choice over xml is fine for me, so I'm ready to merge. Before I do so, is there a second round of review pending ? Are wannabe users of this new output happy with some fields being merged (like vendor/product/rev) ? Best regards, Christophe Varoqui OpenSVC On Tue, May 10, 2016

Re: [dm-devel] libmultipath: use poll() in uevent_listen()

2016-05-11 Thread Christophe Varoqui
Merged On Wed, May 11, 2016 at 7:19 PM, Benjamin Marzinski wrote: > On Wed, May 11, 2016 at 12:35:53PM +0200, Hannes Reinecke wrote: > > As we're not modifying the signal mask anymore we can switch > > back to normal 'poll' instead of 'ppoll'. > > > ACK > > -Ben > > > > >

Re: [dm-devel] [PATCH Debian] kpartx: increase retries was Re: Next release plans?

2016-05-11 Thread Christophe Varoqui
Merged, thanks. On Tue, May 10, 2016 at 6:39 PM, Xose Vazquez Perez wrote: > On 04/19/2016 01:47 PM, Ritesh Raj Sarraf wrote: > > > In Debian, we don't have much delta. The only minor (1 liner) patch I see > > carrying is: > > > >

Re: [dm-devel] multipathd: move 'filter_devnode' under vector lock

2016-05-11 Thread Christophe Varoqui
Merged On Wed, May 11, 2016 at 7:18 PM, Benjamin Marzinski wrote: > On Wed, May 11, 2016 at 12:35:41PM +0200, Hannes Reinecke wrote: > > Ben Marzinski pointed out that filter_devnode() is used > > without any lock or configuration settings in uev_trigger(), > > and hence

Re: [dm-devel] multipathd: move 'filter_devnode' under vector lock

2016-05-11 Thread Benjamin Marzinski
On Wed, May 11, 2016 at 12:35:41PM +0200, Hannes Reinecke wrote: > Ben Marzinski pointed out that filter_devnode() is used > without any lock or configuration settings in uev_trigger(), > and hence might be invalid when processing events during > reconfiguration. > So move it into the individual

[dm-devel] libmultipath: use poll() in uevent_listen()

2016-05-11 Thread Hannes Reinecke
As we're not modifying the signal mask anymore we can switch back to normal 'poll' instead of 'ppoll'. Signed-off-by: Hannes Reinecke --- libmultipath/uevent.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libmultipath/uevent.c

[dm-devel] [PATCH v1] dm-crypt: replace custom implementation of hex2bin()

2016-05-11 Thread Andy Shevchenko
There is no need to have a duplication of the generic library, i.e. hex2bin(). Replace the open coded variant. Signed-off-by: Andy Shevchenko --- drivers/md/dm-crypt.c | 27 ++- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git

Re: [dm-devel] bcache gets stuck flushing writeback cache when used in combination with LUKS/dm-crypt and non-default bucket size

2016-05-11 Thread Eric Wheeler
On Sun, 8 May 2016, James Johnston wrote: > Hi, > > [1.] One line summary of the problem: > > bcache gets stuck flushing writeback cache when used in combination with > LUKS/dm-crypt and non-default bucket size > > [2.] Full description of the problem/report: > > I've run into a problem