From 843ea1ce31036c7e36829cbe0428bbf1162dfd5f Mon Sep 17 00:00:00 2001 From: Yug Date: Fri, 21 Aug 2020 17:42:28 +0530 Subject: [PATCH] doc: Correct cli arguments matrix Correct the matrix for deploy-rbd document. Signed-off-by: Yug --- docs/deploy-rbd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index 74b13a7d9..f2afc07f2 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -31,7 +31,7 @@ make image-cephcsi | `--endpoint` | `unix://tmp/csi.sock` | CSI endpoint, must be a UNIX socket | | `--drivername` | `rbd.csi.ceph.com` | Name of the driver (Kubernetes: `provisioner` field in StorageClass must correspond to this value) | | `--nodeid` | _empty_ | This node's ID | -| `--type` | _empty_ | Driver type `[rbd | cephfs]` If the driver type is set to `rbd` it will act as a `rbd plugin` or if it's set to `cephfs` will act as a `cephfs plugin` | +| `--type` | _empty_ | Driver type: `[rbd/cephfs]`. If the driver type is set to `rbd` it will act as a `rbd plugin` or if it's set to `cephfs` will act as a `cephfs plugin` | | `--instanceid` | "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning | | `--pidlimit` | _0_ | Configure the PID limit in cgroups. The container runtime can restrict the number of processes/tasks which can cause problems while provisioning (or deleting) a large number of volumes. A value of `-1` configures the limit to the maximum, `0` does not configure limits at all. | | `--metricsport` | `8080` | TCP port for liveness metrics requests |