{% extends "base.html" %} {% block body %}

{{ conf }}{% if itag %}:{{ itag }}{% endif %}

 {{ stime }} 

 SHARDS
{% for s in shards_keys %} NO{% else %}>YES{% endif %} {% endfor %}
shardnot ready or dead hostsready hoststierinit
{{ s }} {% for h in shards[s]['nrhosts'] %} {% if shards[s]['nrhosts'][h]['ts'] > 0 %} {% set p = 100.0*shards[s]['nrhosts'][h]['ds']/shards[s]['nrhosts'][h]['ts'] %} {% else %} {% set p = 0 %} {% endif %} {%endfor%}
{{ h }}
{{ '%.3f' % (shards[s]['nrhosts'][h]['ds']/1024/1024/1024) }}/{{ '%.3f' % (shards[s][ 'nrhosts'][h]['ts']/1024/1024/1024) }} GB
{% for h in shards[s]['rhosts'] %} {% set p = 100.0 %} {%endfor%}
{{ h }}
{{ shards[s]['tier'] }}

{% endblock %}