Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp793687imm; Thu, 31 May 2018 09:29:00 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKTs4x+FPgRqUpGgDNbdm0iqdeSpMK5Yus430DlGE+9A7dDee1m6fFRCDMIlxxZ0OIjf5Br X-Received: by 2002:a65:5284:: with SMTP id y4-v6mr5931346pgp.297.1527784140350; Thu, 31 May 2018 09:29:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527784140; cv=none; d=google.com; s=arc-20160816; b=IKgLH//TgeHAlunjATiAtQgY4wzXgAb+C3S+SqnbNd9I2KOaVO7xZBN00goBjRgeNp KFiEc5R9mYDC1oVFHwIE3PCMIvzxSBWnP26lRMoSl8l/dUm+jhS+Dfw2jXFChvHpNLkq YMIhqnC6RK4mzN8m0NGpt+SuV/SAt6bZ7CCGyMCj1yMNYxHhY08fTsFUEnZFw3Epa5wD INHquBjuRt1peVABIM9abL1BSrow+zrl9lYZ0sNBOfPQzyqklLATi/g055KTvdqzq+sV JwSTO1GahPIfsKn3xpLRWx8Xesu8oNf5rteKFS78F7WzHgiXedD+/gXEi7YscK3K4KCd RrgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=44/iJG7Lo9uU2gTWjdS6pmLDbb/LJDM/avi4sFYfYog=; b=u8/ci7QkrKEW0N2TbH9+3AAKQK2hxuA8+OVfGLJk+vtfA+dP24Xz1A1p5fdpcStpP5 BjMuKJBrZiE+CEh8+J4xhUAwzEynVEBx6XluC8JLg0wzW7kEOBaDVs77HObmoFJNsL5V tdy5vJXe1qLD3Wbe5feMe2+bK3vLqCX5Ecuc7CBhMi0fFjNwjdWL/qpaJL4VhjD5WV93 CzRVF/CI8ba0angFHz3ZGdNGh7Y02jgVaQ8Rr5fF0UCkcz7eQBso48lbpAgjIBnAruoV AzT7NmcKVLJUh02nlsISRREtggoVxPhnIr3oWqzXNDOSVhqeBEcaW04ATBpll5pSm5Oz ylAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i7-v6si29615196pgq.507.2018.05.31.09.28.46; Thu, 31 May 2018 09:29:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755634AbeEaQ2L (ORCPT + 99 others); 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 Received: by newverein.lst.de (Postfix, from userid 2407) id 22E8368CEE; Thu, 31 May 2018 18:34:40 +0200 (CEST) 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 Precedence: bulk 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.