The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol
@ 2026-08-22  8:10 Karl Mehltretter
  2026-08-22 17:02 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karl Mehltretter @ 2026-08-22  8:10 UTC (permalink / raw)
  To: Chuck Lever
  Cc: Karl Mehltretter, Jeff Layton, NeilBrown, Olga Kornievskaia,
	Dai Ngo, Tom Talpey, Christoph Hellwig, linux-nfs,
	Jonathan Corbet, linux-doc, linux-kernel

The pNFS SCSI layout server is controlled by NFSD_SCSILAYOUT.
NFSD_SCSI has never existed.

Fixes: f99d4fbdae67 ("nfsd: add SCSI layout support")
Assisted-by: Codex:gpt-5.6-sol
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/admin-guide/nfs/pnfs-scsi-server.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
index b202508d281d5..a3074450ac158 100644
--- a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
+++ b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
@@ -16,7 +16,7 @@ addition to the MDS.  As of now the file system needs to sit directly on the
 exported LUN, striping or concatenation of LUNs on the MDS and clients
 is not supported yet.
 
-On a server built with CONFIG_NFSD_SCSI, the pNFS SCSI volume support is
+On a server built with CONFIG_NFSD_SCSILAYOUT, the pNFS SCSI volume support is
 automatically enabled if the file system is exported using the "pnfs"
 option and the underlying SCSI device support persistent reservations.
 On the client make sure the kernel has the CONFIG_PNFS_BLOCK option
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol
  2026-08-22  8:10 [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol Karl Mehltretter
@ 2026-08-22 17:02 ` Randy Dunlap
  2026-08-23  1:27 ` Chuck Lever
  2026-08-24 12:46 ` Jeff Layton
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-08-22 17:02 UTC (permalink / raw)
  To: Karl Mehltretter, Chuck Lever
  Cc: Jeff Layton, NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Christoph Hellwig, linux-nfs, Jonathan Corbet, linux-doc,
	linux-kernel



On 8/22/26 1:10 AM, Karl Mehltretter wrote:
> The pNFS SCSI layout server is controlled by NFSD_SCSILAYOUT.
> NFSD_SCSI has never existed.
> 
> Fixes: f99d4fbdae67 ("nfsd: add SCSI layout support")
> Assisted-by: Codex:gpt-5.6-sol
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

LGTM. Thanks.
Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  Documentation/admin-guide/nfs/pnfs-scsi-server.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> index b202508d281d5..a3074450ac158 100644
> --- a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> +++ b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> @@ -16,7 +16,7 @@ addition to the MDS.  As of now the file system needs to sit directly on the
>  exported LUN, striping or concatenation of LUNs on the MDS and clients
>  is not supported yet.
>  
> -On a server built with CONFIG_NFSD_SCSI, the pNFS SCSI volume support is
> +On a server built with CONFIG_NFSD_SCSILAYOUT, the pNFS SCSI volume support is
>  automatically enabled if the file system is exported using the "pnfs"
>  option and the underlying SCSI device support persistent reservations.
>  On the client make sure the kernel has the CONFIG_PNFS_BLOCK option

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol
  2026-08-22  8:10 [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol Karl Mehltretter
  2026-08-22 17:02 ` Randy Dunlap
@ 2026-08-23  1:27 ` Chuck Lever
  2026-08-24 12:46 ` Jeff Layton
  2 siblings, 0 replies; 4+ messages in thread
From: Chuck Lever @ 2026-08-23  1:27 UTC (permalink / raw)
  To: Karl Mehltretter
  Cc: Jeff Layton, NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Christoph Hellwig, linux-nfs, Jonathan Corbet, linux-doc,
	linux-kernel

On Sat, 22 Aug 2026 10:10:33 +0200, Karl Mehltretter wrote:
> The pNFS SCSI layout server is controlled by NFSD_SCSILAYOUT.
> NFSD_SCSI has never existed.

Applied to nfsd-testing, thanks!

[1/1] NFSD: docs: Fix pNFS SCSI Kconfig symbol
      commit: 55a29a459f1a6f9f70fddb8c5a6c94ce02e8d566

--
Chuck Lever


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol
  2026-08-22  8:10 [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol Karl Mehltretter
  2026-08-22 17:02 ` Randy Dunlap
  2026-08-23  1:27 ` Chuck Lever
@ 2026-08-24 12:46 ` Jeff Layton
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Layton @ 2026-08-24 12:46 UTC (permalink / raw)
  To: Karl Mehltretter, Chuck Lever
  Cc: NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Christoph Hellwig, linux-nfs, Jonathan Corbet, linux-doc,
	linux-kernel

On Sat, 2026-08-22 at 10:10 +0200, Karl Mehltretter wrote:
> The pNFS SCSI layout server is controlled by NFSD_SCSILAYOUT.
> NFSD_SCSI has never existed.
> 
> Fixes: f99d4fbdae67 ("nfsd: add SCSI layout support")
> Assisted-by: Codex:gpt-5.6-sol
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
>  Documentation/admin-guide/nfs/pnfs-scsi-server.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> index b202508d281d5..a3074450ac158 100644
> --- a/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> +++ b/Documentation/admin-guide/nfs/pnfs-scsi-server.rst
> @@ -16,7 +16,7 @@ addition to the MDS.  As of now the file system needs to sit directly on the
>  exported LUN, striping or concatenation of LUNs on the MDS and clients
>  is not supported yet.
>  
> -On a server built with CONFIG_NFSD_SCSI, the pNFS SCSI volume support is
> +On a server built with CONFIG_NFSD_SCSILAYOUT, the pNFS SCSI volume support is
>  automatically enabled if the file system is exported using the "pnfs"
>  option and the underlying SCSI device support persistent reservations.
>  On the client make sure the kernel has the CONFIG_PNFS_BLOCK option

Reviewed-by: Jeff Layton <jlayton@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-24 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-22  8:10 [PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol Karl Mehltretter
2026-08-22 17:02 ` Randy Dunlap
2026-08-23  1:27 ` Chuck Lever
2026-08-24 12:46 ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox