aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/blockdev
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2015-04-02 10:11:34 +0200
committerJens Axboe <axboe@fb.com>2015-04-02 12:39:15 -0600
commit4e5b44ca7b5c44872b6ec172331a5545116e2d46 (patch)
tree89025631152317f3ed3dd350a9ae39f9ce190bf3 /Documentation/blockdev
parentDocumentation: nbd: Reformat to allow more documentation (diff)
downloadlinux-dev-4e5b44ca7b5c44872b6ec172331a5545116e2d46.tar.xz
linux-dev-4e5b44ca7b5c44872b6ec172331a5545116e2d46.zip
Documentation: nbd: Add list of module parameters
Add a list of available module parameters as attachment to the documentation. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'Documentation/blockdev')
-rw-r--r--Documentation/blockdev/nbd.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/blockdev/nbd.txt b/Documentation/blockdev/nbd.txt
index 337946bd460e..db242ea2bce8 100644
--- a/Documentation/blockdev/nbd.txt
+++ b/Documentation/blockdev/nbd.txt
@@ -19,3 +19,13 @@ The nbd kernel module need only be installed on the client
system, as the nbd-server is completely in userspace. In fact,
the nbd-server has been successfully ported to other operating
systems, including Windows.
+
+A) NBD parameters
+-----------------
+
+max_part
+ Number of partitions per device (default: 0).
+
+nbds_max
+ Number of block devices that should be initialized (default: 16).
+