{% extends "deploy/base.html" %} {% block head%}{% endblock %} {% block content %} 1Step 1 2Step 2 3Step 3 4Step 4 5Step 5 6Step 6 7Step 7 8Step 8 Cluster Tuning {% if success %} Default Pool Settings Cluster Size:* 3 to 15 disks 15 to 50 disks 50 to 200 disks More than 200 disks Number of Replicas:* 2 3 Tuning Template:* Default {% for template in templates %} {% if template != "Default" %} {{template.title()}} {% endif %} {% endfor %} Custom Show Details Ceph Configuration: LIO Overrides: Post-Deployment Script: {% elif err %} {{ macros.message(gettext(err), gettext(success), gettext(warning)) }} {% endif %} {% endblock %} {% block js%} {% endblock %}