From e493695df671b9b94c23cf7f657fb412b7c9cd6f Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Fri, 18 Feb 2022 11:28:27 +0000 Subject: [PATCH] chore: don't add default max qpairs per controller Limiting the qpairs to a low value means we cannot then allocate more for the rebuilds. --- chart/templates/mayastor-daemonset.yaml | 3 --- deploy/mayastor-daemonset.yaml | 3 --- 2 files changed, 6 deletions(-) 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