[dm-devel] [PATCH] multipath-tools: add info about how to enable ALUA in ONTAP

2018-06-30 Thread Xose Vazquez Perez
Cc: Martin George Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Xose Vazquez Perez --- README.alua | 4 1 file changed, 4 insertions(+) diff --git a/README.alua b/README.alua index e39debd..340ccba 100644 --- a/README.alua +++ b/README.alua @@ -15,3 +15,7 @@ To enable ALUA

[dm-devel] [PATCH] multipath-tools: add directio path_checker for DASD devices

2018-06-30 Thread Xose Vazquez Perez
tur(default) is only for SCSI devices. CC: Hannes Reinecke Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 8499c2f..f012dea 100644

[dm-devel] [PATCH] multipath-tools: make Product Name mandatory and add all of them

2018-06-29 Thread Xose Vazquez Perez
Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 53 +++--- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 07dd6b6..8499c2f 100644

[dm-devel] [PATCH] multipath-tools: update Hitachi maintainer email

2018-06-26 Thread Xose Vazquez Perez
Cc: Matthias Rudolph Cc: Matthias Rudolph Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 287d501..07dd6b6 100644

Re: [dm-devel] [PATCH] multipath-tools: fix help for hds prio

2018-06-21 Thread Xose Vazquez Perez
Hi Christophe, This one is missing. Thank you. On 05/21/2018 10:03 PM, Xose Vazquez Perez wrote: > Cc: Christophe Varoqui > Cc: DM-DEV ML > Signed-off-by: Xose Vazquez Perez > --- > multipath/multipath.conf.5 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(

[dm-devel] [PATCH] multipath-tools: remove unused SCSI_REV_SIZE

2018-06-15 Thread Xose Vazquez Perez
It was replaced in 00ee0bda40f8b6ac060211c36a419c699af7f778 Cc: Martin Wilck Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Xose Vazquez Perez --- libmultipath/structs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libmultipath/structs.h b/libmultipath/structs.h index e424b15

[dm-devel] [PATCH] Fix lintian complaint about bad whatis entry

2018-06-15 Thread Xose Vazquez Perez
From: Vincent McIntyre Cc: Christophe Varoqui Cc: DM-DEV ML Signed-off-by: Vincent McIntyre Signed-off-by: Xose Vazquez Perez --- libmpathpersist/mpath_persistent_reserve_in.3 | 2 +- libmpathpersist/mpath_persistent_reserve_out.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions

[dm-devel] [PATCH] multipath-tools: fix help for hds prio

2018-05-21 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM-DEV ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- multipath/multipath.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multipath/multipath.

[dm-devel] [PATCH] multipath-tools: configure hitachi ams2000 and hus100 as full active arrays

2018-05-14 Thread Xose Vazquez Perez
ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 827e899..9705025 100644 --- a/libmultipath/hwta

[dm-devel] [PATCH 2/2] multipath-tools: refresh kernel-doc from kernel sources

2018-05-12 Thread Xose Vazquez Perez
Cc: Gris Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libdmmp/docs/kernel-doc | 671 ++---

[dm-devel] [PATCH 1/2] multipath-tools: add +x to doc-preclean.pl and split-man.pl

2018-05-12 Thread Xose Vazquez Perez
It is not strictly necessary, but it helps identify bin files. Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libdmmp/docs/doc-preclean.pl | 0 libdmmp/docs/split-man.

Re: [dm-devel] [PATCH 1/2] Allow the compiler to verify consistency of declarations and definitions

2018-05-11 Thread Xose Vazquez Perez
On 03/19/2018 05:23 PM, Bart Van Assche wrote: > Make sure that in every source file the header file is included that > declares the functions defined in that source file. This allows the > compiler to detect inconsistencies between source and header files. A header sanitizing could be done with

[dm-devel] [PATCH] multipath-tools: fix compilation with musl libc

2018-05-11 Thread Xose Vazquez Perez
t; Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/file.h | 2 ++ libmultipath/sysfs.c | 1 + 2 files changed, 3 insertions(+) diff --git a/libmultipath/file.h b/libmultipath/file.h index 29520c7..3c75c90 100644 --- a/l

[dm-devel] [PATCH v2] multipath-tools: replace FSF address with a www pointer

2018-05-11 Thread Xose Vazquez Perez
inski <bmarz...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/dm-generic.c | 4 +--- libmultipath/dm-generic.h | 4 +--- libmultipath/foreign.c

[dm-devel] [PATCH v3] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-05-11 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- v3 rebase. --- Makefile.inc | 23 +++ kpartx/mac.h | 2 +-

Re: [dm-devel] [release] multipath-tools 0.7.7

2018-05-11 Thread Xose Vazquez Perez
Christophe Varoqui wrote: > I merged the reviewed patches from March 27th up to now, and released 0.7.7. These are missing: [PATCH] multipath-tools: add RDAC SUN/ArrayStorage to hwtable [PATCH] multipath-tools: remove "c" from __cpluscplus, misspelled [PATCH] multipath-tools: remove emacs

[dm-devel] [PATCH] multipath-tools: remove "c" from __cpluscplus, misspelled

2018-04-24 Thread Xose Vazquez Perez
evel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmpathcmd/mpath_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpathcmd/mpath_cmd.h b/libmpathcmd/mpath_cmd.h index b57b708..3df2c97 100644 --- a/libmpathcmd/mpath_cmd.h +++ b

Re: [dm-devel] [PATCH ALT] multipath-tools: add licence info to README

2018-04-15 Thread Xose Vazquez Perez
On 04/13/2018 06:18 PM, Bart Van Assche wrote: > On Fri, 2018-04-13 at 18:17 +0200, Xose Vazquez Perez wrote: >> +Licence > > Isn't the preferred spelling "License"? https://en.oxforddictionaries.com/definition/licence licence (US license) Usage: Note that i

[dm-devel] [PATCH ALT] multipath-tools: add licence info to README

2018-04-15 Thread Xose Vazquez Perez
Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 89bab74..2fc4a81

[dm-devel] [PATCH] multipath-tools: remove emacs autoconfig of kpartx/gpt.h

2018-04-12 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- kpartx/gpt.h | 19 --- 1 file changed, 19 deletions(-) diff --git a/kpartx/gpt.h b/kpartx/gpt.h index 66ce8

[dm-devel] [PATCH v2 1/2] multipath-tools: create LICENSES dir with the text of all used licences

2018-04-12 Thread Xose Vazquez Perez
com> Cc: Gris Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Acked-by: Martin Wilck <mwi...@suse.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- v2 drop RFC add Acked-by from M

[dm-devel] [PATCH v2 2/2] multipath-tools: link LICENSES/LGPL-2.0 to LICENSE.default

2018-04-12 Thread Xose Vazquez Perez
wi...@suse.com> Cc: Bart Van Assche <bart.vanass...@sandisk.com> Cc: Gris Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: DM ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- LICENSE.default

Re: [dm-devel] [PATCH RFC] multipath-tools: create LICENSES dir with the text of all used licences

2018-04-10 Thread Xose Vazquez Perez
On 04/10/2018 09:25 AM, Martin Wilck wrote: > On Mon, 2018-04-09 at 18:51 +0200, Xose Vazquez Perez wrote: >> Move COPYING -> LICENSES/GPL-2.0 >> Move COPYING.LESSER -> LICENSES/LGPL-2.0 >> >> Add GPL-3.0 and LGPL-2.1 to the LICENSES dir. >> Source directl

Re: [dm-devel] [PATCH 1/2] multipath-tools: move COPYING to COPYING.LESSER

2018-04-10 Thread Xose Vazquez Perez
On 04/09/2018 10:38 PM, Christophe Varoqui wrote: > Martin is right, the LGPL COPYING was added Sun May 1 15:05:22 2005. Martin is wrong :-) . That is the "Initial git import" date. $ stat -c %y multipath-tools-0.1.0/COPYING 2004-02-19 19:38:35.0 +0100 $ head

Re: [dm-devel] multipath-tools licenses (was Re: [PATCH] multipath-tools: replace FSF address with a www pointer)

2018-04-10 Thread Xose Vazquez Perez
On 04/09/2018 11:01 AM, Martin Wilck wrote: > On Fri, 2018-04-06 at 18:10 +0200, Xose Vazquez Perez wrote: >> >> It would be nice to have the old cvs repo, from 2003-09-18 multipath- >> 0.0.1 to >> 2005-05-23 multipath-tools-0.4.5, online. Or converted to git.

Re: [dm-devel] [PATCH 1/2] multipath-tools: move COPYING to COPYING.LESSER

2018-04-09 Thread Xose Vazquez Perez
On 04/09/2018 05:57 PM, Martin Wilck wrote: > There are >130 files in the multipath-tools source code which don't > have a license header. So far my *assumption* was that these files were > covered by COPYING, which used to be LGPLv2.0. They are under their _original_ licence. Nothing was

[dm-devel] [PATCH RFC] multipath-tools: create LICENSES dir with the text of all used licences

2018-04-09 Thread Xose Vazquez Perez
ophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- COPYING => LICENSES/GPL-2.0 | 0 LICENSES/GPL-3.0| 674 CO

Re: [dm-devel] multipath-tools licenses (was Re: [PATCH] multipath-tools: replace FSF address with a www pointer)

2018-04-06 Thread Xose Vazquez Perez
On 03/28/2018 05:14 PM, Martin Wilck wrote: > On Wed, 2018-03-28 at 00:24 +0200, Xose Vazquez Perez wrote: > Multiple licenses are acceptable for multipath-tools, too. Yet we need > to understand, and clearly communicate, which license applies to which > source file, and wha

Re: [dm-devel] [PATCH 1/2] multipath-tools: move COPYING to COPYING.LESSER

2018-03-28 Thread Xose Vazquez Perez
On 03/28/2018 09:54 PM, Martin Wilck wrote: >> COPYING.LIBRARY is really a very bad name. > > Why? I think it expresses quite nicely what it contains. Too generic word. Because it can be assumed that all "libraries" included are under that license. -- dm-devel mailing list dm-devel@redhat.com

Re: [dm-devel] [PATCH v2] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-28 Thread Xose Vazquez Perez
On 03/10/2018 09:50 PM, Xose Vazquez Perez wrote: Any comment?, or ready to merge. > Cc: Christophe Varoqui <christophe.varo...@opensvc.com> > Cc: device-mapper development <dm-devel@redhat.com> > Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> > --- &g

Re: [dm-devel] [PATCH 1/2] multipath-tools: move COPYING to COPYING.LESSER

2018-03-28 Thread Xose Vazquez Perez
On 03/28/2018 12:03 AM, Martin Wilck wrote: > On Tue, 2018-03-27 at 20:28 +0200, Xose Vazquez Perez wrote: >> As recommended by FSF: https://www.gnu.org/licenses/gpl-howto.html >> >> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> >> Cc: device-mapper

Re: [dm-devel] [PATCH 2/2] multipath-tools: add GPLv2 as COPYING

2018-03-28 Thread Xose Vazquez Perez
On 03/28/2018 12:04 AM, Martin Wilck wrote: > On Tue, 2018-03-27 at 20:28 +0200, Xose Vazquez Perez wrote: >> Source directly from: https://www.gnu.org/licenses/old-licenses/gpl-2 >> .0.txt >> >> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> >>

Re: [dm-devel] multipath-tools licenses (was Re: [PATCH] multipath-tools: replace FSF address with a www pointer)

2018-03-27 Thread Xose Vazquez Perez
On 03/26/2018 06:07 PM, Benjamin Marzinski wrote: > If we can limit the project to two (or if necessary 3) licenses, we can > just include all the license files, and explain what applies to what > in the README. I haven't really looked at how other projects that have > multiple licenses for

Re: [dm-devel] multipath-tools licenses (was Re: [PATCH] multipath-tools: replace FSF address with a www pointer)

2018-03-27 Thread Xose Vazquez Perez
On 03/26/2018 02:36 PM, Martin Wilck wrote: > It'd be a good idea to upgrade generally from "Library GPL v2" at least > to LGPLv2.1. That shouldn't be a problem, as the only major > differerence between LGPLv2 and LGPLv2.1 is the addition of §6b in the > latter, allowing the use of "a suitable

[dm-devel] [PATCH 1/2] multipath-tools: move COPYING to COPYING.LESSER

2018-03-27 Thread Xose Vazquez Perez
As recommended by FSF: https://www.gnu.org/licenses/gpl-howto.html Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- COPYING => COPYING.LESSER |

[dm-devel] [PATCH 2/2] multipath-tools: add GPLv2 as COPYING

2018-03-27 Thread Xose Vazquez Perez
Source directly from: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com>

Re: [dm-devel] Can we drop 'hardware_handler "1 alua"'?

2018-03-27 Thread Xose Vazquez Perez
On 03/27/2018 05:09 PM, Benjamin Marzinski wrote: > I do agree that any device > that has *multiple modes* that it can be configured in (or at least > devices that could be configured as ALUA or something else, where we > can't tell from the vendor/product/revision) should have their default >

Re: [dm-devel] Can we drop 'hardware_handler "1 alua"'?

2018-03-27 Thread Xose Vazquez Perez
On 03/27/2018 10:56 AM, Martin Wilck wrote: > hwtable.c has multiple entries that set 'hardware_handler "1 alua"' > explicitly. But the kernel has been auto-attaching the ALUA hwhandler > to devices that support it since 4.3, the only prerequisite being that > scsi_dh_alua is present at device

Re: [dm-devel] multipath-tools licenses (was Re: [PATCH] multipath-tools: replace FSF address with a www pointer)

2018-03-26 Thread Xose Vazquez Perez
On 03/23/2018 09:30 PM, Martin Wilck wrote: > [...] > This is a total mess for potential users of our code. Effectively, the > GPL parts of libmultipath would cause all of multipath-tools to be > under GPL rather than LGPLv2.x, because the linking exception of the > LGPL wouldn't apply to them,

Re: [dm-devel] [PATCH] multipath-tools: replace FSF address with a www pointer

2018-03-23 Thread Xose Vazquez Perez
On 03/19/2018 10:37 PM, Martin Wilck wrote: > On Sat, 2018-03-10 at 21:50 +0100, Xose Vazquez Perez wrote: >> Less prone to future modifications, and new FSF licences >> point exactly to this url: <http://www.gnu.org/licenses/>. >>

Re: [dm-devel] [PATCH v2 3/5] libmultipath: config parser: Allow '"' in strings

2018-03-23 Thread Xose Vazquez Perez
On 03/08/2018 12:26 AM, Martin Wilck wrote: > We have seen model strings lile '2.5" SSD' which can't be parsed > by the current config parser. This patch fixes this by allowing > '""' to represent a double quote character inside a a string. > The above model string could now be entered in the

Re: [dm-devel] [PATCH] multipathd: check and cleanup zombie paths

2018-03-20 Thread Xose Vazquez Perez
On 03/20/2018 03:58 PM, Bart Van Assche wrote: > It is on purpose that the SCSI core does not remove stale SCSI device nodes. > If you want that these stale SCSI device nodes get removed automatically, > two possible approaches are (there might be other approaches): > * Write a new user space

[dm-devel] [PATCH] scsi: devinfo: remove DF arrays from HP

2018-03-15 Thread Xose Vazquez Perez
. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-s...@vger.kernel.org> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinf

[dm-devel] [PATCH] multipath-tools: remove DF arrays from HP

2018-03-15 Thread Xose Vazquez Perez
Matthias did confirm that there are no such devices. Cc: Matthias Rudolph <matthias.rudo...@hitachivantara.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.c

[dm-devel] [PATCH] multipath-tools: fix errors in auto generated man pages

2018-03-12 Thread Xose Vazquez Perez
igned-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libdmmp/libdmmp/libdmmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdmmp/libdmmp/libdmmp.h b/libdmmp/libdmmp/libdmmp.h index e157982..6e6610d 100644 --- a/libdmmp/libdmmp/libdmmp.h +++ b/l

[dm-devel] [PATCH v2] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-10 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- Are aligned escape backslashes in Makefile.inc preferred? v2 rebase. Makefile.

[dm-devel] [PATCH] multipath-tools: replace FSF address with a www pointer

2018-03-10 Thread Xose Vazquez Perez
Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/dm-generic.c | 4 +--- libmultipath/dm-generic.h | 4 +--- libmultipath/foreign.c | 4 +--- libmultipath/foreign.h | 4 +--- libmultipath/foreign

Re: [dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-09 Thread Xose Vazquez Perez
On 03/09/2018 11:04 PM, Bart Van Assche wrote: > you are making the code > much more ugly by breaking the alignment of the trailing backslahes. Yikes! This is consistent with the rest of the code of Makefile.inc. -- dm-devel mailing list dm-devel@redhat.com

[dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-09 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- Makefile.inc | 23 +++ kpartx/mac.h | 2 +- kpartx/te

Re: [dm-devel] [PATCH] multipathd: check and cleanup zombie paths

2018-03-09 Thread Xose Vazquez Perez
On 03/09/2018 07:47 AM, Chongyun Wu wrote: > You just mentioned *the TUR checker could return a special path state > for this*, what is the special path state? Thanks~ to follow with this bug, you should post: - distribution - kernel release - multipath-tools release - /etc/multipath.conf -

[dm-devel] [PATCH] multipath-tools: fix misspellings

2018-03-08 Thread Xose Vazquez Perez
Done with https://github.com/lucasdemarchi/codespell Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- kpartx/devmapper.c| 2 +-

Re: [dm-devel] [RFC PATCH 0/5] alternate dmevents waiter method

2018-03-08 Thread Xose Vazquez Perez
On 03/08/2018 08:59 PM, Xose Vazquez Perez wrote: > 1-4/5 were Reviewed-by: Martin Wilck <mwi...@suse.com>. > And in 5/5, consensus was reached at the end: > https://marc.info/?t=15182394221 > but they are t. still pending. > status? -- dm-devel

Re: [dm-devel] [RFC PATCH 0/5] alternate dmevents waiter method

2018-03-08 Thread Xose Vazquez Perez
On 02/10/2018 06:07 AM, Benjamin Marzinski wrote: > This patchset implements a new method of getting dmevents for > multipathd. 1-4/5 were Reviewed-by: Martin Wilck . And in 5/5, consensus was reached at the end: https://marc.info/?t=15182394221 but they are t. status? >

Re: [dm-devel] [PATCH 0/4] multipath-tools: important fixes for 0.7.5

2018-03-08 Thread Xose Vazquez Perez
lang warning in delegate_to_multipathd > multipath-tools: build: prevent intermediate file deletion Tested-by: Xose Vazquez Perez <xose.vazq...@gmail.com> > Makefile.inc | 1 + > libmultipath/checkers/Makefile | 2 ++ > libmultipath/

Re: [dm-devel] [PATCH] multipathd: check and cleanup zombie paths

2018-03-08 Thread Xose Vazquez Perez
On 03/08/2018 09:03 AM, Chongyun Wu wrote: [add dm-devel@redhat.com] > 360002ac004f40001e2d7 dm-5 3PARdata,VV > size=13G features='1 queue_if_no_path' hwhandler='0' wp=rw > `-+- policy='round-robin 0' prio=1 status=active >|- 3:0:0:3 sdk 8:160 active ready running >|- 4:0:0:3

Re: [dm-devel] multipath-tools: broken build system + warnings

2018-03-07 Thread Xose Vazquez Perez
On 03/07/2018 10:16 PM, Martin Wilck wrote: > On Wed, 2018-03-07 at 17:40 +0100, Xose Vazquez Perez wrote: >> Hi, >> >> It has to type "make" *twice* to build the full >> source code. > > Hm, strange. I need to double check. It doesn't happen with m

[dm-devel] multipath-tools: broken build system + warnings

2018-03-07 Thread Xose Vazquez Perez
Hi, It has to type "make" *twice* to build the full source code. And new warnings: 2 gcc warnings === make[1]: Entering directory '/home/xose/curre/arrays/multipath-tools/multipathd' cc -O2 -g -pipe -Wall -Wextra -Wformat=2 -Werror=implicit-int -Werror=implicit-function-declaration

Re: [dm-devel] [PATCH] multipath-tools: add info about how to get a release directly from gitweb

2018-03-07 Thread Xose Vazquez Perez
On 01/12/2018 05:56 PM, Xose Vazquez Perez wrote: > gitweb is able to extract and serve a release right away. This one is missing. > Cc: Christophe Varoqui <christophe.varo...@opensvc.com> > Cc: device-mapper development <dm-devel@redhat.com> > Signed-off-by: Xose

Re: [dm-devel] multipath-tools: add INSPUR/MCS to hardware table

2018-01-30 Thread Xose Vazquez Perez
On 01/29/2018 02:37 PM, Martin Wilck wrote: > On Mon, 2018-01-29 at 06:04 +, Tom Geng(耿芳忠) wrote: >> +/* >> + * INSPUR >> + */ >> +{ >> +/* AS5300/AS5500 G2 */ >> +.vendor= "INSPUR", >> +.product = "MCS", >> +

Re: [dm-devel] multipath-tools: add INSPUR/MCS to hardware table

2018-01-22 Thread Xose Vazquez Perez
On 01/22/2018 11:55 AM, Tom Geng(耿芳忠) wrote: > I added a new device support, the history and code diff is as below, will the > maintainers help to review and submit? This patch is removing the device. > $ git diff f7bec5e..07e7bd5 git diff 07e7bd5..f7bec5e ??? or "git format-patch -1 " >

Re: [dm-devel] [PATCH] FIX "libmultipath: hwtable: multibus for NetApp NVMe-FC"

2018-01-19 Thread Xose Vazquez Perez
On 01/19/2018 12:52 PM, Martin Wilck wrote: > There was an extra parenthesis in the patch I submitted > previously. > .vendor= "NVME", > - .product = "(NetApp |)ONTAP Controller)", > + .product = "(NetApp |)ONTAP Controller", Out of

Re: [dm-devel] [PATCH 00/14] Various multipath-tools fixes

2018-01-12 Thread Xose Vazquez Perez
On 01/12/2018 11:07 PM, Martin Wilck wrote: > here is a series of small fixes that has accumulated at SUSE during > the last months. These are missing: "test-kpartx: add test for mapping without UUID" "multipathd.service: set TasksMax=infinity" Thank you. -- dm-devel mailing list

Re: [dm-devel] [PATCH 10/14] libmultipath: hwtable: multibus for NetApp NVMe-FC

2018-01-12 Thread Xose Vazquez Perez
On 01/12/2018 11:07 PM, Martin Wilck wrote: > Use multibus policy for NetApp NVMe-FC namespace controllers. > > Signed-off-by: Martin Wilck > --- > libmultipath/hwtable.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/libmultipath/hwtable.c

[dm-devel] [PATCH] multipath-tools: add info about how to get a release directly from gitweb

2018-01-12 Thread Xose Vazquez Perez
gitweb is able to extract and serve a release right away. Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- README | 3 ++- 1 file changed, 2 inserti

Re: [dm-devel] [PATCHv2] Fill NVMe specific path info

2018-01-10 Thread Xose Vazquez Perez
On 02/21/2017 11:12 PM, Keith Busch wrote: > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index f5a5f7b..8409261 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -1073,6 +1073,16 @@ static struct hwentry default_hw[] = { > .prio_name =

Re: [dm-devel] [PATCH] multipath-tools: Makefile: Respect standard toolchain related envvars

2017-12-13 Thread Xose Vazquez Perez
On 12/12/2017 04:28 PM, Bart Van Assche wrote: > On Thu, 2017-11-30 at 00:23 +0100, Thomas Deutschmann wrote: >> The Makefile overrides standard envvars that control the toolchain flags. >> This patch should set things right without reducing default behavior. >> >> Signed-off-by: Thomas

Re: [dm-devel] [PATCH 1/3] Makefile.inc: Allow additional CFLAGS to be specified on the command line

2017-12-12 Thread Xose Vazquez Perez
These two pending patches are incompatible. Forwarded Message Subject: [dm-devel] [PATCH 1/3] Makefile.inc: Allow additional CFLAGS to be specified on the command line Date: Mon, 11 Dec 2017 16:45:01 -0800 From: Bart Van Assche To: Christophe Varoqui

Re: [dm-devel] [RFC] dm-devel mailing list can't be joined

2017-11-24 Thread Xose Vazquez Perez
Changwei Ge wrote: > It's strange dm-devel mailing list can't be joined right now since no > CAPTCHA shows up on portal website > https://www.redhat.com/mailman/listinfo/dm-devel. Here it is working fine. Disable blocker add-ons or try a different web browser. > Does anyone has any idea how

[dm-devel] [PATCH v2] multipath-tools: add README.alua with instructions to enable ALUA

2017-11-21 Thread Xose Vazquez Perez
ALUA is supported in some storage devices, but usually it's disabled by default. Cc: NetApp RDAC team <ng-eseries-upstream-maintain...@netapp.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by:

Re: [dm-devel] [PATCH] multipath-tools: add README.alua with instructions to enable ALUA

2017-11-21 Thread Xose Vazquez Perez
On 11/20/2017 07:53 PM, Xose Vazquez Perez wrote: > ALUA is supported in some storage devices, but usually it's disabled by > default. Christophe, please drop this one. v2 is on the way. > Cc: Christophe Varoqui <christophe.varo...@opensvc.com> > Cc: device-mapper dev

[dm-devel] [PATCH] multipath-tools: add README.alua with instructions to enable ALUA

2017-11-20 Thread Xose Vazquez Perez
ALUA is supported in some storage devices, but usually it's disabled by default. Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- README.alua | 14

[dm-devel] [PATCH] scsi_dh: add new rdac devices

2017-11-17 Thread Xose Vazquez Perez
device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_dh.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c index 2b785d09d5bd..b88b5d

[dm-devel] [PATCH] multipath-tools: refresh kernel-doc from kernel sources

2017-11-17 Thread Xose Vazquez Perez
Cc: Gris Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libdmmp/docs/kernel-doc | 164 ++--

Re: [dm-devel] [PATCH] multipath-tools: replace RDAC maintainer with a generic alias

2017-11-15 Thread Xose Vazquez Perez
On 09/28/2017 11:42 PM, Xose Vazquez Perez wrote: This one is missing. > Sean moved to a different role. > > Cc: Sean Stewart <sean.stew...@netapp.com> > Cc: NetApp RDAC team <ng-eseries-upstream-maintain...@netapp.com> > Cc: Christophe Varoqui <christophe.var

Re: [dm-devel] [RFC] where is upstream multipath-tool git repo

2017-10-27 Thread Xose Vazquez Perez
On 10/27/2017 04:31 AM, Changwei Ge wrote: > Does anyone have any idea where I can find the upstream multipath-tool > git repository including the lately fixed issues? Full project info at: http://christophe.varoqui.free.fr/ There are still pending patches:

Re: [dm-devel] [PATCH 0/5] new devices + one fix

2017-09-29 Thread Xose Vazquez Perez
On 09/29/2017 09:10 PM, Martin Wilck wrote: > On Sun, 2017-09-24 at 01:38 +0200, Xose Vazquez Perez wrote: > I'd appreciate some information or references where you gathered the > information about and tuning recommendations for the new devices. >> multipath-tools: add XI

[dm-devel] [PATCH] multipath-tools: replace RDAC maintainer with a generic alias

2017-09-28 Thread Xose Vazquez Perez
Sean moved to a different role. Cc: Sean Stewart <sean.stew...@netapp.com> Cc: NetApp RDAC team <ng-eseries-upstream-maintain...@netapp.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose

Re: [dm-devel] [PATCH v4 1/6] libmultipath: add detect_checker option

2017-09-25 Thread Xose Vazquez Perez
On 02/27/2017 07:26 PM, Benjamin Marzinski wrote: > This patch adds a detect_checker option that works just like the > detect_prio option. It currently only detects ALUA devices, and > if it finds ALUA support, it sets the priortizier to TUR. This is > useful for devices like the VNX2, where it

[dm-devel] [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table

2017-09-23 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libmultipath/hwtabl

[dm-devel] [PATCH 0/5] new devices + one fix

2017-09-23 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> Xose Vazquez Perez (5): multipath-tools: add XIOtech/Magnitude to hardware table multipath-tools: add XIV/

[dm-devel] [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table

2017-09-23 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libmul

[dm-devel] [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall

2017-09-23 Thread Xose Vazquez Perez
Cc: Gris Ge <f...@redhat.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libdmmp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/li

[dm-devel] [PATCH 2/5] multipath-tools: add XIV/NEXTRA to hardware table

2017-09-23 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmul

[dm-devel] [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire to hardware table

2017-09-23 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libmultipath/hwtabl

Re: [dm-devel] [BUG] multipath-tools: missing internal values (multipath -t)

2017-09-22 Thread Xose Vazquez Perez
On 04/25/2017 04:26 PM, Xose Vazquez Perez wrote: > These values: > no_path_retry > dev_loss_tmo > reservation_key > partition_delimite > delay_watch_checks > delay_wait_checks > are missing from the "defaults section" of multipath -t output. It still happens

Re: [dm-devel] [PATCH 0/3] multipath-tools: use direct IO and user-friend arguments for path-latency

2017-09-21 Thread Xose Vazquez Perez
On 09/05/2017 03:45 PM, Guan Junxiong wrote: > This series of patches help to make IO processing more common for > path-latency prioritizer and make it more user-friendly. This patch set is missing. > First, the SCSI-to-NVMe translations which was blamed broken has been removed > since linux

Re: [dm-devel] [PATCH v3 0/6] multipath: alternative reservation_key method

2017-09-21 Thread Xose Vazquez Perez
use the prkeys file, and will set and clear the reservation > keys automatically. > > Changes in v3: > - Add documentation for new options and commands (Xose Vazquez Perez) >[PATCH v3 6/6] multipath: add man page info for my prkey changes > - Fix error in checking if mult

Re: [dm-devel] [PATCHv2] Fill NVMe specific path info

2017-09-13 Thread Xose Vazquez Perez
On 02/21/2017 11:12 PM, Keith Busch wrote: > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c > index f5a5f7b..8409261 100644 > --- a/libmultipath/hwtable.c > +++ b/libmultipath/hwtable.c > @@ -1073,6 +1073,16 @@ static struct hwentry default_hw[] = { > .prio_name =

Re: [dm-devel] [PATCH 4/5] multipath: add alternate reservation_key method

2017-09-13 Thread Xose Vazquez Perez
On 09/08/2017 08:45 PM, Benjamin Marzinski wrote: > There are also new multipathd commands to get, set, and unset the > mappings in the prkesy file. Currently, > > "multipathd map $map setprkey key $key" sets the mapping > "multipathd map $map unsetprkey" unsets the mapping > "multipathd map

[dm-devel] [PATCH] multipath-tools: add info about adding new hardware

2017-09-12 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- README | 5 + 1 file changed, 5 insertions(+) diff --git a/README b/README index a18b325..570224d 1

Re: [dm-devel] [PATCH] multipath-tools: minor edition and corrections in multipath.conf.5

2017-08-30 Thread Xose Vazquez Perez
On 08/28/2017 12:45 PM, Martin Wilck wrote: > On Fri, 2017-08-18 at 00:42 +0200, Xose Vazquez Perez wrote: >> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> >> Cc: device-mapper development <dm-devel@redhat.com> >> Signed-off-by: Xose Vazq

[dm-devel] [PATCH v2] multipath-tools: clarify how to dump the multipathd config

2017-08-28 Thread Xose Vazquez Perez
Reported-by: Martin Wilck <mwi...@suse.com> Cc: Martin Wilck <mwi...@suse.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- v2 replac

Re: [dm-devel] [PATCH] multipath-tools: clarify how to dump the multipathd config

2017-08-28 Thread Xose Vazquez Perez
On 08/29/2017 01:27 AM, Xose Vazquez Perez wrote: Christophe, please drop this one. Sending v2... > Reported-by: Martin Wilck <mwi...@suse.com> > Cc: Christophe Varoqui <christophe.varo...@opensvc.com> > Cc: device-mapper development <dm-devel@redhat.com> > Sig

[dm-devel] [PATCH] multipath-tools: clarify how to dump the multipathd config

2017-08-28 Thread Xose Vazquez Perez
Reported-by: Martin Wilck <mwi...@suse.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- multipath/main.c | 2 +- multipath/multipath

Re: [dm-devel] [PATCH] libmultipath: update INFINIDAT builtin config

2017-08-28 Thread Xose Vazquez Perez
On 08/28/2017 03:59 PM, Arnon Yaari wrote: >> On 25 Aug 2017, at 3:26, Xose Vazquez Perez <xose.vazq...@gmail.com> wrote: >> On 08/22/2017 03:37 PM, Arnon Yaari wrote: >>> - .pgfailback= -FAILBACK_IMMEDIATE, >>> + .pgfailback

Re: [dm-devel] [PATCH] libmultipath: update INFINIDAT builtin config

2017-08-24 Thread Xose Vazquez Perez
On 08/22/2017 03:37 PM, Arnon Yaari wrote: > Based on the manufacturer documentation: > https://support.infinidat.com/hc/en-us/articles/202319222 > > Signed-off-by: Arnon Yaari NACK. > --- > libmultipath/hwtable.c | 12 +++- > 1 file changed, 11 insertions(+), 1

Re: [dm-devel] [PATCH] multipath-tools: replace multipath configuration output

2017-08-19 Thread Xose Vazquez Perez
On 12/08/2016 12:12 AM, Xose Vazquez Perez wrote: > On 12/07/2016 05:17 PM, Martin Wilck wrote: > >>> "controller", what controller? local hba? array controller? >>> "array" is unequivocal. >>> >> I tend to associate "array&quo

[dm-devel] [PATCH] multipath-tools: minor edition and corrections in multipath.conf.5

2017-08-17 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- multipath/multipath.conf.5 | 62 +++--- 1 file changed, 36 insertion

[dm-devel] [PATCH] multipath-tools: add Dot Hill/Seagate arrays to hwtable

2017-08-12 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 28 1 file changed, 28 insertions(+) diff --

[dm-devel] [PATCH] multipath-tools: add Xiotech iglu blaze arrays to hwtable

2017-08-10 Thread Xose Vazquez Perez
Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- libmultipath/hwtable.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libmultipath/hwtabl

<    1   2   3   4   5   6   7   >