diff --git a/chart/templates/mayastor-daemonset.yaml b/chart/templates/mayastor-daemonset.yaml index a946727ae..b5e7222e4 100644 --- a/chart/templates/mayastor-daemonset.yaml +++ b/chart/templates/mayastor-daemonset.yaml @@ -36,9 +36,6 @@ spec: env: - name: RUST_LOG value: info,mayastor={{ .Values.mayastorLogLevel }} - - name: NVMF_TCP_MAX_QPAIRS_PER_CTRL - # Current recommendation is to set this value to be the number of cores provided to mayastor (see -l argument) plus 1. - value: "{{ add .Values.mayastorCpuCount 1 }}" - name: NVMF_TCP_MAX_QUEUE_DEPTH value: "32" - name: MY_NODE_NAME diff --git a/deploy/mayastor-daemonset.yaml b/deploy/mayastor-daemonset.yaml index c26bd4262..5c9e1adee 100644 --- a/deploy/mayastor-daemonset.yaml +++ b/deploy/mayastor-daemonset.yaml @@ -38,9 +38,6 @@ spec: env: - name: RUST_LOG value: info,mayastor=info - - name: NVMF_TCP_MAX_QPAIRS_PER_CTRL - # Current recommendation is to set this value to be the number of cores provided to mayastor (see -l argument) plus 1. - value: "2" - name: NVMF_TCP_MAX_QUEUE_DEPTH value: "32" - name: MY_NODE_NAME