[dm-devel] [PATCH 19/94] multipath-tools: add Oracle FS to hwtable

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Based on info from the manufacturer. And also add ^ to Axiom. Cc: Srinivasan Ramani Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose

[dm-devel] [PATCH 18/94] multipath-tools: SGI/TP9300 is a RDAC array

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Confirmed by the original manufacturer(NetApp). Cc: Sean Stewart Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez

[dm-devel] [PATCH 17/94] multipath-tools: replace "." for real values in (COMPAQ|HP)/"(MSA|HSV)1.0"

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Exact devices are in drivers/scsi/scsi_dh.c {"COMPAQ", "MSA1000 VOLUME","hp_sw" }, {"COMPAQ", "HSV110","hp_sw" }, {"HP", "HSV100","hp_sw"}, Cc: Hannes Reinecke Cc: Christophe

[dm-devel] [PATCH 24/94] multipath-tools: document vendor, product, revision and bl_product are POSIX Extended regex

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 4 ++-- multipath/multipath.conf.5 | 2 ++ 2

[dm-devel] [PATCH 23/94] multipath-tools: remove patchwork reference

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez It is only for kernel dm patches. Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- README | 1 - 1 file changed, 1

[dm-devel] [PATCH 15/94] multipath-tools: replace (|) with [] when there is one element

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Cc: Hannes Reinecke Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 2 +- 1 file

[dm-devel] [PATCH 21/94] multipath-tools: standardize all RDAC devices

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez This is a combo patch. Reorder keyworks as in code and manpage for "(NETAPP|LSI|ENGENIO)"/"INF-01-00", and clone its configuration to ALL other RDAC devices. There are only two differences in all rdac devices. And they look minor: .features and

[dm-devel] [PATCH 22/94] multipath-tools: add IBM/1813 - DCS3860 to hwtable

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez It's a RDAC device, confirmed by the original manufacturer(NetApp). Cc: Sean Stewart Cc: Hannes Reinecke Cc: Christophe Varoqui Cc: device-mapper development

[dm-devel] [PATCH 12/94] multipath-tools: add support for all IBM Enterprise Storage Server / Shark family

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Only F20 and 800 were included: 2105F20 IBM Enterprise Storage Server Model F20 2105800 IBM TotalStorage Enterprise Storage Server Model 800 Added all of them with just "^2105" 2105E10 IBM Enterprise Storage Server Model E10 2105E20 IBM

[dm-devel] [PATCH 14/94] multipath-tools: remove pgpolicy=FAILOVER from Ceph/RBD

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez It's already the default pgpolicy. Cc: Mike Christie Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez ---

[dm-devel] [PATCH 20/94] multipath-tools: remove blank line at multipath.conf.5

2016-10-13 Thread tang . wenjun3
From: Xose Vazquez Perez Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- multipath/multipath.conf.5 | 1 - 1 file changed, 1 deletion(-) diff --git

[dm-devel] [PATCH] multipathd: "show map mpathx json" would cause realloc error possibly

2016-10-13 Thread tang . wenjun3
From: 10144149 Problem: multipathd dead when we run "show map spathx json" command with system messages as follows: Oct 13 11:37:30 rhel7-1 multipathd: *** Error in `/sbin/multipathd': realloc(): invalid next size: 0x7f8cf8004210 *** Oct 13 11:37:30 rhel7-1

[dm-devel] sendmail mistake

2016-10-13 Thread tang . wenjun3
I am very sorry , because of my faulty operation ,make a mistake of sendmail , please remove the patch had committed in dm-devel Archives. I apologize for any inconvenience caused thanks very much. [dm-devel] [PATCH 24/94] multipath-tools: document vendor, product, revision and bl_product

Re: [dm-devel] [PATCH] multipathd: fix issue in 'map $map getprstatus' reply

2016-10-13 Thread peng . liang5
Hello Bart, Thanks for your attention. I don't think it is necessary to do that. Whatever returning 1 or ENOMEM it will reply "fail\n" and set the returning to 1. The executed code in uxsock_trigger as follows. if (r > 0) { if (r == ETIMEDOUT)

Re: [dm-devel] [PATCH] libmultipath: remove redundant code in store_pathinfo

2016-10-13 Thread peng . liang5
Please have a review for this patch, hope for your comments. Thanks 发件人: peng.lia...@zte.com.cn 收件人: christophe varoqui , 抄送: zhang.ka...@zte.com.cn, dm-devel@redhat.com, peng liang 日期: 2016-08-17 15:06 主题: [dm-devel]