From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [dm-devel] [PATCH] scsi: replace wrong device handler name for CLARiiON arrays Date: Mon, 10 Oct 2016 11:18:01 +0800 Message-ID: <1476069481.3468.0.camel@linux.vnet.ibm.com> References: <20161007161957.6042-1-xose.vazquez@gmail.com> <612033e6-1caa-30e8-b4f2-8cf3fd5190c7@suse.de> <1475968905.2892.11.camel@linux.vnet.ibm.com> <20161009151955.GB20037@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161009151955.GB20037@lst.de> Sender: linux-scsi-owner@vger.kernel.org To: Christoph Hellwig Cc: Xose Vazquez Perez , "Martin K . Petersen" , SCSI ML , device-mapper development List-Id: dm-devel.ids On Sun, 2016-10-09 at 17:19 +0200, Christoph Hellwig wrote: > On Sun, Oct 09, 2016 at 07:21:45AM +0800, James Bottomley wrote: > > Actually, should we replace? Aren't there older arrays still > > bearing > > the clariion name, so we should have these entries in addition? > > The changed string isn't the inquiry vendor string, but the DH driver > name it is mapped to. And the driver for the clariion arrays is > indeed emc, even if the inquity data shows DGC. Ah, missed that, thanks! Patch looks fine to me then. James