From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755640AbeEaQ2L (ORCPT ); Thu, 31 May 2018 12:28:11 -0400 Received: from verein.lst.de ([213.95.11.211]:38958 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755456AbeEaQ2K (ORCPT ); Thu, 31 May 2018 12:28:10 -0400 Date: Thu, 31 May 2018 18:34:40 +0200 From: Christoph Hellwig To: Mike Snitzer Cc: Sagi Grimberg , Christoph Hellwig , Johannes Thumshirn , Keith Busch , Hannes Reinecke , Laurence Oberman , Ewan Milne , James Smart , Linux Kernel Mailinglist , Linux NVMe Mailinglist , "Martin K . Petersen" , Martin George , John Meneghini Subject: Re: [PATCH 0/3] Provide more fine grained control over multipathing Message-ID: <20180531163440.GB30954@lst.de> References: <20180525125322.15398-1-jthumshirn@suse.de> <20180525130535.GA24239@lst.de> <20180525135813.GB9591@redhat.com> <20180530220206.GA7037@redhat.com> <20180531123738.GA10552@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180531123738.GA10552@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 31, 2018 at 08:37:39AM -0400, Mike Snitzer wrote: > I saw your reply to the 1/3 patch.. I do agree it is broken for not > checking if any handles are active. But that is easily fixed no? Doing a switch at runtime simply is a really bad idea. If for some reason we end up with a good per-controller switch it would have to be something set at probe time, and to get it on a controller you'd need to reset it first.