Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Markus Pargmann and committed by
Jens Axboe
4e5b44ca ef8d9e7d

+10
+10
Documentation/blockdev/nbd.txt
··· 19 19 system, as the nbd-server is completely in userspace. In fact, 20 20 the nbd-server has been successfully ported to other operating 21 21 systems, including Windows. 22 + 23 + A) NBD parameters 24 + ----------------- 25 + 26 + max_part 27 + Number of partitions per device (default: 0). 28 + 29 + nbds_max 30 + Number of block devices that should be initialized (default: 16). 31 +