{{macros.message(gettext(err),gettext(success),gettext(warning))}}
{% if pools_list%}
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 }} | {%if item.compression_mode == 'none'%}Disabled | {%else%} | Enabled | {{ item.compression_algorithm }} | {%endif%}{{ 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 %} |
|