mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
helm: added logSlowOperationInterval value to cephfs and rbd charts
Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
This commit is contained in:
parent
7a727c2a43
commit
d250be4c39
@ -118,6 +118,7 @@ charts and their default values.
|
|||||||
| `commonLabels` | Labels to apply to all resources | `{}` |
|
| `commonLabels` | Labels to apply to all resources | `{}` |
|
||||||
| `logLevel` | Set logging level for csi containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `5` |
|
| `logLevel` | Set logging level for csi containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `5` |
|
||||||
| `sidecarLogLevel` | Set logging level for csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `1` |
|
| `sidecarLogLevel` | Set logging level for csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `1` |
|
||||||
|
| `logSlowOperationInterval` | Log slow operations at the specified rate. Operation is considered slow if it outlives its deadline. | `30s` |
|
||||||
| `nodeplugin.name` | Specifies the nodeplugin name | `nodeplugin` |
|
| `nodeplugin.name` | Specifies the nodeplugin name | `nodeplugin` |
|
||||||
| `nodeplugin.updateStrategy` | Specifies the update Strategy. If you are using ceph-fuse client set this value to OnDelete | `RollingUpdate` |
|
| `nodeplugin.updateStrategy` | Specifies the update Strategy. If you are using ceph-fuse client set this value to OnDelete | `RollingUpdate` |
|
||||||
| `nodeplugin.priorityClassName` | Set user created priorityClassName for csi plugin pods. default is system-node-critical which is highest priority | `system-node-critical` |
|
| `nodeplugin.priorityClassName` | Set user created priorityClassName for csi plugin pods. default is system-node-critical which is highest priority | `system-node-critical` |
|
||||||
|
@ -72,6 +72,7 @@ spec:
|
|||||||
{{- if and .Values.readAffinity .Values.readAffinity.enabled }}
|
{{- if and .Values.readAffinity .Values.readAffinity.enabled }}
|
||||||
- "--crush-location-labels={{ .Values.readAffinity.crushLocationLabels | join "," }}"
|
- "--crush-location-labels={{ .Values.readAffinity.crushLocationLabels | join "," }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
- "--logslowopinterval={{ .Values.logSlowOperationInterval }}"
|
||||||
env:
|
env:
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -92,6 +92,7 @@ spec:
|
|||||||
- "--clustername={{ .Values.provisioner.clustername }}"
|
- "--clustername={{ .Values.provisioner.clustername }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- "--setmetadata={{ .Values.provisioner.setmetadata }}"
|
- "--setmetadata={{ .Values.provisioner.setmetadata }}"
|
||||||
|
- "--logslowopinterval={{ .Values.logSlowOperationInterval }}"
|
||||||
env:
|
env:
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -40,6 +40,9 @@ commonLabels: {}
|
|||||||
logLevel: 5
|
logLevel: 5
|
||||||
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
||||||
sidecarLogLevel: 1
|
sidecarLogLevel: 1
|
||||||
|
# Log slow operations at the specified rate.
|
||||||
|
# Operation is considered slow if it outlives its deadline.
|
||||||
|
logSlowOperationInterval: 30s
|
||||||
|
|
||||||
# Set fsGroupPolicy for CSI Driver object spec
|
# Set fsGroupPolicy for CSI Driver object spec
|
||||||
# https://kubernetes-csi.github.io/docs/support-fsgroup.html
|
# https://kubernetes-csi.github.io/docs/support-fsgroup.html
|
||||||
|
@ -120,6 +120,7 @@ charts and their default values.
|
|||||||
| `commonLabels` | Labels to apply to all resources | `{}` |
|
| `commonLabels` | Labels to apply to all resources | `{}` |
|
||||||
| `logLevel` | Set logging level for csi containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `5` |
|
| `logLevel` | Set logging level for csi containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `5` |
|
||||||
| `sidecarLogLevel` | Set logging level for csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `1` |
|
| `sidecarLogLevel` | Set logging level for csi sidecar containers. Supported values from 0 to 5. 0 for general useful logs, 5 for trace level verbosity. | `1` |
|
||||||
|
| `logSlowOperationInterval` | Log slow operations at the specified rate. Operation is considered slow if it outlives its deadline. | `30s` |
|
||||||
| `nodeplugin.name` | Specifies the nodeplugins name | `nodeplugin` |
|
| `nodeplugin.name` | Specifies the nodeplugins name | `nodeplugin` |
|
||||||
| `nodeplugin.updateStrategy` | Specifies the update Strategy. If you are using ceph-fuse client set this value to OnDelete | `RollingUpdate` |
|
| `nodeplugin.updateStrategy` | Specifies the update Strategy. If you are using ceph-fuse client set this value to OnDelete | `RollingUpdate` |
|
||||||
| `nodeplugin.priorityClassName` | Set user created priorityclassName for csi plugin pods. default is system-node-critical which is highest priority | `system-node-critical` |
|
| `nodeplugin.priorityClassName` | Set user created priorityclassName for csi plugin pods. default is system-node-critical which is highest priority | `system-node-critical` |
|
||||||
|
@ -70,6 +70,7 @@ spec:
|
|||||||
{{- if and .Values.readAffinity .Values.readAffinity.enabled }}
|
{{- if and .Values.readAffinity .Values.readAffinity.enabled }}
|
||||||
- "--crush-location-labels={{ .Values.readAffinity.crushLocationLabels | join "," }}"
|
- "--crush-location-labels={{ .Values.readAffinity.crushLocationLabels | join "," }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
- "--logslowopinterval={{ .Values.logSlowOperationInterval }}"
|
||||||
env:
|
env:
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -97,6 +97,7 @@ spec:
|
|||||||
- "--clustername={{ .Values.provisioner.clustername }}"
|
- "--clustername={{ .Values.provisioner.clustername }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- "--setmetadata={{ .Values.provisioner.setmetadata }}"
|
- "--setmetadata={{ .Values.provisioner.setmetadata }}"
|
||||||
|
- "--logslowopinterval={{ .Values.logSlowOperationInterval }}"
|
||||||
env:
|
env:
|
||||||
- name: POD_IP
|
- name: POD_IP
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -69,6 +69,9 @@ commonLabels: {}
|
|||||||
logLevel: 5
|
logLevel: 5
|
||||||
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
# sidecarLogLevel is the variable for Kubernetes sidecar container's log level
|
||||||
sidecarLogLevel: 1
|
sidecarLogLevel: 1
|
||||||
|
# Log slow operations at the specified rate.
|
||||||
|
# Operation is considered slow if it outlives its deadline.
|
||||||
|
logSlowOperationInterval: 30s
|
||||||
|
|
||||||
# Set fsGroupPolicy for CSI Driver object spec
|
# Set fsGroupPolicy for CSI Driver object spec
|
||||||
# https://kubernetes-csi.github.io/docs/support-fsgroup.html
|
# https://kubernetes-csi.github.io/docs/support-fsgroup.html
|
||||||
|
Loading…
Reference in New Issue
Block a user