diff --git a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst index 0855c215f..e79f576d6 100644 --- a/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst +++ b/doc/source/dist_cloud/kubernetes/installing-a-subcloud-using-redfish-platform-management-service.rst @@ -142,6 +142,7 @@ logs. 4: Outputs JSON of all command responses. + **Automatic Serial Console capture (for ``rvmc_debug_level`` > 1)** When the ``rvmc_debug_level`` is enabled (``rvmc_debug_level`` > 0), the full serial @@ -159,10 +160,19 @@ to one of the serial console types: 4: AIO Low-latency, Serial Console -The captured serial console log files are found in the same directory as the -subcloud ansible log files: ``/var/log/dcmanager/ansible``, and named as -``_serial_console.log``. +**Automatic Serial Console capture (for ``rvmc_debug_level`` > 1)** +Automatic Serial Console capture is based on the global ``CONF.ipmi_capture`` +value and the given ``rvmc_debug_level``. The global ``CONF.ipmi_capture`` +value defaults to 1, which defers the configuration to the per-subcloud +``rvmc_debug_level`` install value. The ``CONF.ipmi_capture`` can be set in +``/etc/dcmanager/dcmanager.conf`` to override this setting for all subclouds. + +CONF.ipmi_capture options: + +0: globally disabled +1: enabled based on rvmc_debug_level +2: globally enabled .. Greg updates required for -High Security Vulnerability Document Updates diff --git a/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst b/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst index 4252ae465..494e18abd 100644 --- a/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/rehoming-a-subcloud.rst @@ -193,9 +193,6 @@ There are six phases for Rehoming a subcloud: system controller using the :command:`dcmanager subcloud update --install-values` command after rehoming the subcloud. - **Delete the "image:" line from the install-values file, if it exists, so - that the image is correctly located based on the new system controller - configuration**. #. If the previous system controller is still running, delete the subcloud after it goes offline, using the following command.