From 3ddb8c289c503b7597817e90e3562979ecf02143 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 14 Jun 2022 19:05:04 +0530 Subject: [PATCH] doc: add documentation about --clustername option Signed-off-by: Prasanna Kumar Kalever --- charts/ceph-csi-cephfs/README.md | 1 + docs/deploy-cephfs.md | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index dc8d28dc5..c22c657c3 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -105,6 +105,7 @@ charts and their default values. | `provisioner.name` | Specifies the name of provisioner | `provisioner` | | `provisioner.replicaCount` | Specifies the replicaCount | `3` | | `provisioner.timeout` | GRPC timeout for waiting for creation or deletion of a volume | `60s` | +| `provisioner.clustername` | Cluster name to set on the subvolume | "" | | `provisioner.priorityClassName` | Set user created priorityclassName for csi provisioner pods. Default is `system-cluster-critical` which is less priority than `system-node-critical` | `system-cluster-critical` | | `provisioner.enableHostNetwork` | Specifies whether hostNetwork is enabled for provisioner pod. | `false` | | `provisioner.profiling.enabled` | Specifies whether profiling should be enabled | `false` | diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index b135fc7dc..59a0f7b33 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -57,6 +57,7 @@ that should be resolved in v14.2.3. | `--enablegrpcmetrics` | `false` | [Deprecated] Enable grpc metrics collection and start prometheus server | | `--polltime` | `60s` | Time interval in between each poll | | `--timeout` | `3s` | Probe timeout in seconds | +| `--clustername` | _empty_ | Cluster name to set on subvolume | | `--histogramoption` | `0.5,2,6` | [Deprecated] Histogram option for grpc metrics, should be comma separated value (ex:= "0.5,2,6" where start=0.5 factor=2, count=6) | | `--forcecephkernelclient` | `false` | Force enabling Ceph Kernel clients for mounting on kernels < 4.17 | | `--kernelmountoptions` | _empty_ | Comma separated string of mount options accepted by cephfs kernel mounter |