mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sagi Grimberg <sagi@grimberg.me>
To: John Meneghini <jmeneghi@redhat.com>, kbusch@kernel.org, hch@lst.de
Cc: bmarzins@redhat.com, Bryan Gurney <bgurney@redhat.com>,
	linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org,
	Marco Patalano <mpatalan@redhat.com>,
	axboe@kernel.dk
Subject: Re: [PATCH] nvme: remove multipath module parameter
Date: Mon, 17 Feb 2025 10:08:01 +0200	[thread overview]
Message-ID: <ea0e6445-9770-4df9-91bd-80f44cd0388e@grimberg.me> (raw)
In-Reply-To: <7c588344-f019-4939-8a93-0a450481d4bc@redhat.com>




On 13/02/2025 22:37, John Meneghini wrote:
> Keith, Christoph and Sagi,
>
> This patch has been fully tested and analyzed by Red Hat's QA group 
> and no
> unexpected side effects or regressions have been found. Both NVMe/FC 
> and NVMe/TCP
> have been tested. Our QE engineer has asked me to report this upstream.
>
> Tested-by: Marco Patalano <mpatalan@redhat.com>
>
> Fixes: 32acab3181c7 ("nvme: implement multipath access to nvme 
> subsystems")
>
> As discussed in previous email threads, the nvme.core_multipath 
> parameter was included
> by Christoph in the original implementation of nvme/host/multipath.c 
> back in 2017
> at the request of Red Hat. At that time Red Hat was only supporting 
> DMMP multipath
> with NVMe and we needed a way to disable core native nvme multipathing 
> without
> reconfiging the kernel.
>
> The nvme.core_multipath parameter has been used by Red Hat, together 
> with some additional
> out-of-tree changes to nvme/host/core.c, to support DMMP multipath 
> with NVMe since RHEL-8.
> However, the plan all along has been to deprecate and remove support 
> for DMMP multipath with NVMe
> in RHEL and to remove this parameter. This change has been advertised 
> and communicated to our
> customers and partners, beginning with RHEL-9, through release notes 
> and other communications.
>
> In RHEL-9 we changed the default setting of this parameter from "N" to 
> "Y" to match the upstream
> kernel and the move our customers to native nvme multipath. DMMP 
> multipath w/NVMe was deprecated
> in RHEL-9 but still supported. Customers were still able to optionally 
> enabled DMMP multipath
> with NVMe if they wanted, by changing this parameter, and many of them 
> do.
>
> In the (soon to be released) RHEL-10 release DMMP multipath is longer 
> supported with NVMe and
> the out-of-tree patches needed to support DMMP multipath with NVMe 
> have been removed.
>
> Red Hat is proposing this patch to remove nvme.core_multipath 
> parameter from the kernel as we believe
> leaving this non-supported parameter in the kernel for future releases 
> will only lead to confusion.
>
> We plan to ship this patch with RHEL-10. So it would be really good if 
> we could get this
> change accepted and merged upstream, perhaps into v6.15.

Hey John,

This looks fine to me, I'm assuming this was also tested with 
CONFIG_NVME_MULTIPATH=n ?

  reply	other threads:[~2025-02-17  8:08 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04 21:11 Bryan Gurney
2025-02-13 20:37 ` John Meneghini
2025-02-17  8:08   ` Sagi Grimberg [this message]
2025-02-17 16:14     ` John Meneghini
2025-02-18  8:19       ` Sagi Grimberg
2025-02-18 14:05         ` John Meneghini
2025-02-18 14:57           ` John Meneghini
2025-02-18 15:06   ` Keith Busch
2025-02-18 16:31     ` John Meneghini
2025-02-18 17:15       ` Keith Busch
2025-02-18 23:06         ` John Meneghini
2025-02-18 23:30           ` Keith Busch
2025-02-19 14:47         ` Nilay Shroff
2025-02-20 11:05           ` Sagi Grimberg
2025-02-20 16:47             ` Keith Busch
2025-02-26  9:55               ` Hannes Reinecke
2025-03-05 14:15                 ` Christoph Hellwig
2025-03-05 15:17                   ` Keith Busch
2025-03-05 23:51                     ` Christoph Hellwig
2025-03-05 23:57                       ` Keith Busch
2025-03-06  0:03                         ` Christoph Hellwig
2025-03-06  0:15                           ` Keith Busch
2025-03-06  7:12                           ` Hannes Reinecke
2025-03-06 14:18                             ` Christoph Hellwig
2025-03-06 15:01                               ` Keith Busch
2025-03-06 15:16                                 ` Christoph Hellwig
2025-03-07  0:46                                   ` Keith Busch
2025-03-07 15:19                                     ` Nilay Shroff
2025-03-07 15:43                                       ` Keith Busch
2025-03-09 17:23                                         ` Nilay Shroff
2025-03-10 13:29                                           ` Christoph Hellwig
2025-03-12  3:47                                           ` John Meneghini
2025-03-12 15:26                                             ` Nilay Shroff
2025-03-10 13:28                                     ` Christoph Hellwig
2025-03-12  3:08                 ` John Meneghini
2025-02-18 14:26 ` John Meneghini
2025-02-18 16:41   ` John Meneghini
2025-02-18 14:43 ` John Meneghini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea0e6445-9770-4df9-91bd-80f44cd0388e@grimberg.me \
    --to=sagi@grimberg.me \
    --cc=axboe@kernel.dk \
    --cc=bgurney@redhat.com \
    --cc=bmarzins@redhat.com \
    --cc=hch@lst.de \
    --cc=jmeneghi@redhat.com \
    --cc=kbusch@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=mpatalan@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®