{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_iconfig_form{% endblock %} {% block form_action %}{% url 'horizon:admin:system_config:update_storage_table' %}{% endblock %} {% block modal_id %}edit_iconfig_modal{% endblock %} {% block modal-header %}{% trans "Edit Controller Filesystem" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}
{% if is_system_mode_simplex %}

{% trans "Description" %}:

{% trans "From here you can update the configuration of the Filesystem." %}

{% trans "WARNING: Filesystem sizes can not be decreased after configuration operation. " %}

{% trans "Major Alarms will be raised against the affected hosts until the configuration operation is successfully completed." %}

{% else %}

{% trans "Description" %}:

{% trans "From here you can update the configuration of the Filesystem." %}

{% trans "WARNING: Filesystem sizes can not be decreased after configuration operation. " %}

{% trans "Major Alarms will be raised against the affected hosts until the configuration operation is successfully completed." %}

{% trans "For the Ceph Storage size configuration operation: the affected hosts will need to be 'host-reinstall' and/or disk replacement may be required to be performed to accomodate the increased filesystem sizes. The host firmware should be configured to boot from network (management network)." %}

{% endif %} {% endblock %} {% block modal-footer %} {% if is_system_mode_simplex %} {% trans "Cancel" %} {% else %} {% trans "Cancel" %} {% endif %} {% endblock %}