メインコンテンツへスキップ

Trident で並行処理が機能していることを検証する方法はありますか?

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

環境

  • Trident 26.02以降

回答

  • tridentOrchestrator をチェックして、enableConcurrency が設定されているかどうかを確認します
    • $ kubectl get torc trident -o jsonpath='{.status.currentInstallationParams.enableConcurrency}{"\n"}'
  • Trident Deployment yamlを参照し、trident-mainコンテナに対してenable-concurrency変数が設定されていることを確認してください
    • $ 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 }}'

同時実行が設定されている場合、これらは両方とも表示されますtrue

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.