From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/5] Failover criteria unification Date: Mon, 8 Jan 2018 10:58:51 +0100 Message-ID: <20180108095851.GF4673@lst.de> References: <20180104224623.8944-1-keith.busch@intel.com> <20180104233627.GA16051@redhat.com> <20180104234727.GA15654@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180104234727.GA15654@localhost.localdomain> Sender: linux-block-owner@vger.kernel.org To: Keith Busch Cc: Mike Snitzer , Linux Block , Linux NVMe , Device Mapper , Christoph Hellwig , Jens Axboe , Bart VanAssche , James Smart , "Martin K . Petersen" , Hannes Reinecke , Sagi Grimberg List-Id: dm-devel.ids On Thu, Jan 04, 2018 at 04:47:27PM -0700, Keith Busch wrote: > It looks like you can also touch up dm to allow it to multipath nvme > even if CONFIG_NVME_MULTIPATH is set. It may be useful since native NVMe > doesn't multipath namespaces across subsystems, and some crack smoking > people want to create something that requires that. Right now that is simply not allowed by the spec. If Dave comes up with a palatable way to retrofit that into the spec we'll support it. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Mon, 8 Jan 2018 10:58:51 +0100 Subject: [PATCH 0/5] Failover criteria unification In-Reply-To: <20180104234727.GA15654@localhost.localdomain> References: <20180104224623.8944-1-keith.busch@intel.com> <20180104233627.GA16051@redhat.com> <20180104234727.GA15654@localhost.localdomain> Message-ID: <20180108095851.GF4673@lst.de> On Thu, Jan 04, 2018@04:47:27PM -0700, Keith Busch wrote: > It looks like you can also touch up dm to allow it to multipath nvme > even if CONFIG_NVME_MULTIPATH is set. It may be useful since native NVMe > doesn't multipath namespaces across subsystems, and some crack smoking > people want to create something that requires that. Right now that is simply not allowed by the spec. If Dave comes up with a palatable way to retrofit that into the spec we'll support it.