{% if setup_status != "Failed" %} {% endif %}

Commvault HyperScale

{% if setup_status == "Running" %}
{{ milestone_status[driver]["desc"] }}{{ milestone_status[driver]["cpp"] }}%
Estimated remaining time {{ milestone_status[driver]["rt"] }} minutes
{% elif setup_status == "Failed" %} {% for serialno, status in milestone_status.items() %}
Failed in {{ status["desc"] }}
{% if 'link' in status %} Please click the link to download log files {% endif %} {% endfor %} {% elif setup_status == "Complete" %}
HyperScale configuration completed. Please wait for the page to be redirected..100%
{% elif setup_status == "Pending" %}
Starting HyperScale configuration. This will take about 45 minutes 0%
{% endif %}