[PATCH] docs: nbd: update default value for ndb max_part to '16'

Michael Weiß michael.weiss at aisec.fraunhofer.de
Tue Oct 21 15:28:48 CEST 2025


Syncronize the documentation with actual code state of the default
value for nbd max_part.

Commit 7a8362a0b5919 ("nbd: change the default nbd partitions")
changed the default value of max_part from '0' to '16'. The admin
guide still stated '0' until now.

Signed-off-by: Michael Weiß <michael.weiss at aisec.fraunhofer.de>
---
 Documentation/admin-guide/blockdev/nbd.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/blockdev/nbd.rst b/Documentation/admin-guide/blockdev/nbd.rst
index faf2ac4b15099..6d631ea53e8a2 100644
--- a/Documentation/admin-guide/blockdev/nbd.rst
+++ b/Documentation/admin-guide/blockdev/nbd.rst
@@ -25,7 +25,7 @@ A) NBD parameters
 -----------------
 
 max_part
-	Number of partitions per device (default: 0).
+	Number of partitions per device (default: 16).
 
 nbds_max
 	Number of block devices that should be initialized (default: 16).
-- 
2.47.3



More information about the drbd-dev mailing list