{% extends "admin/base.html" %} {% block head%} {% endblock %} {% block title%}Pools{% endblock %} {% block breadcrumb %} {% endblock %} {% block content_header%} Pools{% endblock %} {% block content %}
{{macros.message(gettext(err),gettext(success),gettext(warning))}}

{% if pools_list%} {% for item in pools_list%} {%if item.compression_mode == 'none'%} {%else%} {%endif%} {% endfor %} {%endif%}
Name No of PGs Replicas Min Replicas Compression Compression Algorithm Rule Name Status Action
{{ item.name }} {{ item.pg_num }} {{ item.replica_size }} {{ item.replica_min_size }}Disabled Enabled {{ item.compression_algorithm }}{{ item.rule_name }} {% if active_pool_list and active_pool_list|length != 0 %} {% if (delete_job_id > 0 and pool_name==item.name) %} Deleting {% else %} {%if item.name in active_pool_list %} Active {%else%} Inactive {%endif%} {% endif %} {% elif active_pool_list and active_pool_list|length == 0 %} {% if (delete_job_id > 0 and pool_name==item.name) %} Deleting {% else %} Inactive {% endif %} {% elif not active_pool_list %} Checking {% endif %}
{% endblock %} {% block sidebar_menu %} {{macros.nav('Configurtion','Pools')}} {% endblock %} l {% block js%} {% endblock %}