]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part 38670/head
authorhaoyixing <haoyixing@kuaishou.com>
Mon, 21 Dec 2020 08:44:50 +0000 (16:44 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Mon, 21 Dec 2020 08:46:45 +0000 (16:46 +0800)
The parameter --max_part should actually override module param max_part,
not as nbds_max as it said.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
doc/man/8/rbd-nbd.rst

index 74e92f73e72a3e0266b89b9a43615e2c54a3e331..dce7f032cc062b897c99cc96e516eb24392ac158 100644 (file)
@@ -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