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

2016-05-10 Thread Todd Gill
The patch add these commands: multipathd show maps json multipathd show map $map json Each command will output the requested map(s) in JSON. For the "show maps json" command, the patch pre-allocates INITIAL_REPLY_LEN * PRINT_JSON_MULTIPLIER(5). The JSON text is about 5x the size of the "show

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

2016-05-10 Thread Xose Vazquez Perez
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: > > rrs@learner:~/.rrs-home/Community/Packaging/multipath-tools (master)$ cat > debian/patches/increase-kpartx-retries.patch >

Re: [dm-devel] [PATCH 2/2] Merge Dell MD3XXX hardware table entries

2016-05-10 Thread Xose Vazquez Perez
Hannes Reinecke wrote(2015-03-30 6:23:23): > Remove duplicate entries and merge MD36xxi/MD36xxf into a single > one. > > Signed-off-by: Hannes Reinecke > --- > libmultipath/hwtable.c | 53 > -- > 1 file changed, 4 insertions(+), 49

Re: [dm-devel] [PATCHv2 0/7] multipathd 'cookie' handling rework

2016-05-10 Thread Christophe Varoqui
Merged. multipath.conf.* are dropped. the version code is bumped to 0.6.1 Thanks, Christophe Varoqui www.opensvc.com On Mon, May 9, 2016 at 8:02 PM, Benjamin Marzinski wrote: > On Mon, May 09, 2016 at 12:52:58PM +0200, Hannes Reinecke wrote: > > Hi all, > > > > here's