From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: multipath: DELL MD3000/MD3000i and MD32xx/MD32xxi regex too broad Date: Sun, 29 Mar 2015 22:37:32 +0200 Message-ID: <5518628C.9090603@gmail.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: brking@linux.vnet.ibm.com, device-mapper development , christophe.varoqui@opensvc.com List-Id: dm-devel.ids Hi, At libmultipath/hwtable.c: regex of __.product = "MD3000"__ also matches __.product = "MD3000i"__ The same happens with: .product = "MD32xx" .product = "MD32xxi" -thanks-