{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% block form_id %}manage_cpu_mode{% endblock %} {% block form_action %} {% url 'horizon:tionix:infrastructure:hosts:manage_cpu_mode' %} {% endblock %} {% block modal-body %}
{% trans "Host-passthrough mode" %} {% blocktrans %}gives the best performance, and can be important to some apps which check low level CPU details, but it comes at a cost with respect to migration.{% endblocktrans %}
{% trans "Host-model mode" %} {% blocktrans %}configuration provides the maximum functionality and performance and maintains good reliability and compatibility if the guest is migrated to another host with slightly different host CPUs.{% endblocktrans %}
{% trans "Custom mode" %} {% blocktrans %}comes with a number of predefined named CPU models.{% endblocktrans %}