lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251021132848.371792-1-michael.weiss@aisec.fraunhofer.de>
Date: Tue, 21 Oct 2025 15:28:48 +0200
From: Michael Weiß <michael.weiss@...ec.fraunhofer.de>
To: <michael.weiss@...ec.fraunhofer.de>
CC: <gyroidos@...ec.fraunhofer.de>, Josef Bacik <josef@...icpanda.com>,
	Philipp Reisner <philipp.reisner@...bit.com>, Lars Ellenberg
	<lars.ellenberg@...bit.com>, Christoph Böhmwalder
	<christoph.boehmwalder@...bit.com>, Jonathan Corbet <corbet@....net>,
	<linux-block@...r.kernel.org>, <nbd@...er.debian.org>,
	<drbd-dev@...ts.linbit.com>, <linux-doc@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
Subject: [PATCH] docs: nbd: update default value for ndb max_part to '16'

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@...ec.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ