From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH 2/5] nvme/multipath: Consult blk_status_t for failover Date: Thu, 4 Jan 2018 18:42:59 -0500 Message-ID: <20180104234259.GC16051@redhat.com> References: <20180104224623.8944-1-keith.busch@intel.com> <20180104224623.8944-3-keith.busch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180104224623.8944-3-keith.busch@intel.com> Sender: linux-block-owner@vger.kernel.org To: Keith Busch Cc: 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 5:46pm -0500, Keith Busch wrote: > This removes nvme multipath's specific status decoding to see if failover > is needed, using the generic blk_status_t that was translated earlier. This > abstraction from the raw NVMe status means nvme status decoding exists > in just one place. > > Signed-off-by: Keith Busch Acked-by: Mike Snitzer From mboxrd@z Thu Jan 1 00:00:00 1970 From: snitzer@redhat.com (Mike Snitzer) Date: Thu, 4 Jan 2018 18:42:59 -0500 Subject: [PATCH 2/5] nvme/multipath: Consult blk_status_t for failover In-Reply-To: <20180104224623.8944-3-keith.busch@intel.com> References: <20180104224623.8944-1-keith.busch@intel.com> <20180104224623.8944-3-keith.busch@intel.com> Message-ID: <20180104234259.GC16051@redhat.com> On Thu, Jan 04 2018 at 5:46pm -0500, Keith Busch wrote: > This removes nvme multipath's specific status decoding to see if failover > is needed, using the generic blk_status_t that was translated earlier. This > abstraction from the raw NVMe status means nvme status decoding exists > in just one place. > > Signed-off-by: Keith Busch Acked-by: Mike Snitzer