From: haoyixing Date: Mon, 21 Dec 2020 08:44:50 +0000 (+0800) Subject: doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part X-Git-Tag: v16.1.0~197^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=90e3740582925ae57b652ed2d614dfdbe78b4b9b;p=ceph.git doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part The parameter --max_part should actually override module param max_part, not as nbds_max as it said. Signed-off-by: haoyixing --- diff --git a/doc/man/8/rbd-nbd.rst b/doc/man/8/rbd-nbd.rst index 74e92f73e72a..dce7f032cc06 100644 --- a/doc/man/8/rbd-nbd.rst +++ b/doc/man/8/rbd-nbd.rst @@ -36,12 +36,12 @@ Options .. option:: --nbds_max *limit* - Override the parameter of NBD kernel module when modprobe, used to + Override the parameter nbds_max of NBD kernel module when modprobe, used to limit the count of nbd device. .. option:: --max_part *limit* - Override for module param nbds_max. + Override for module param max_part. .. option:: --exclusive