Skip to main content
NetApp Knowledge Base

Is there any way to validate concurrency is working in Trident?

Views:
33
Visibility:
Public
Votes:
0
Category:
trident-kubernetes
Specialty:
snapx
Last Updated:

Applies to

  • Trident 26.02 and later

Answer

  • Check the tridentOrchestrator to see if enableConcurrency is set
    • $ kubectl get torc trident -o jsonpath='{.status.currentInstallationParams.enableConcurrency}{"\n"}'
  • Look at the Trident Deployment yaml and see the enable-concurrency variable is set for the trident-main container
    • $ kubectl get deploy trident-controller -n trident -o jsonpath='{.spec.template.spec.containers[0].args[*]}{"\n"}' | awk '{for (i=1; i<=NF; i++) if ($i ~ /^--enable_concurrency=/) { print $i; exit }}'

If concurrency is set these should both show true

Additional Information

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.