Merge "Intel FEC Operator workaround on r9 should be removed before upgrade (r10, dsr10)"

This commit is contained in:
Zuul 2025-01-29 15:52:26 +00:00 committed by Gerrit Code Review
commit d8ac7d36c8
2 changed files with 26 additions and 1 deletions

View File

@ -11,6 +11,18 @@ Manual Host Software Deployment
new patch release or a new major release using a manual procedure of
step-by-step host-by-host commands.
.. note::
During an upgrade from |prod-long| Release |v_r9| to |prod-long| Release
|v_r10|, the |FEC| operator stays in a ``CrashLoopBack`` state during
reboot, unlock, and restore. Therefore, before the upgrade, remove the
``metrics_timer_config_wa_10212024.sh`` script, otherwise, the |FEC|
Operator application will stay in the ``CrashLoopBack`` state. To remove the script,
use the following command:
.. code-block::
~(keystone_admin)]$ metrics_timer_config_wa_10212024.sh -r
.. note::
@ -67,7 +79,7 @@ standard configuration.
- The platform issuer (system-local-ca) must be configured with an RSA
certificate/private key. If ``system-local-ca`` was configured with a
different type of certificate/private key, use the
different type of certificate/private key, use the
:ref:`migrate-platform-certificates-to-use-cert-manager-c0b1727e4e5d` procedure
to reconfigure it with the RSA certificate/private key.

View File

@ -18,6 +18,19 @@ steps across all the hosts in a cluster, based on the configured policies.
to a new patched major release, that is, all the comments in this section
that are specific to major release also apply to a patched major release.
.. note::
During an upgrade from |prod-long| Release |v_r9| to |prod-long| Release
|v_r10|, the |FEC| operator stays in a ``CrashLoopBack`` state during
reboot, unlock, and restore. Therefore, before the upgrade, remove the
``metrics_timer_config_wa_10212024.sh`` script, otherwise, the |FEC|
operator application will stay in the ``CrashLoopBack`` state. To remove the script,
use the following command:
.. code-block::
~(keystone_admin)]$ metrics_timer_config_wa_10212024.sh -r
Software deployment Orchestration supports all standalone configurations:
|AIO-SX|, |AIO-DX| and standard configuration.