2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove trailing spaces in file docs/source/troubleshooting/os_installation/log_to_mn_cn.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 25ea5c43e1
commit a9187b5fe3

View File

@ -45,25 +45,25 @@ The diskless provision logs:
* **Pre-Install** logs: the logs of pre-installation scripts, including:
* ``%pre`` section in anaconda,
* ``<pre-scripts/>`` section for SUSE and ``partman/early_command`` and ``preseed/early_command`` sections for ubuntu.
* STDOUT and STDERR of the scripts
* ``%pre`` section in anaconda,
* ``<pre-scripts/>`` section for SUSE and ``partman/early_command`` and ``preseed/early_command`` sections for ubuntu.
* STDOUT and STDERR of the scripts
* debug trace output of bash scripts with ``set -x``
* **Installer** logs: the logs from the os installer itself, i.e, the logs of installation program (anaconda, autoyast and preseed,etc.)
* **Post-Install** logs: the logs of post-installation scripts, including
* **Post-Install** logs: the logs of post-installation scripts, including
* ``%post`` section in anaconda,
* ``<chroot-scripts/>`` and ``<post-scripts/>`` sections for SUSE and ``preseed/late_command`` section for ubuntu.
* STDOUT and STDERR of the scripts
* ``%post`` section in anaconda,
* ``<chroot-scripts/>`` and ``<post-scripts/>`` sections for SUSE and ``preseed/late_command`` section for ubuntu.
* STDOUT and STDERR of the scripts
* debug trace output of bash scripts with ``set -x``
* **Provision** logs: the logs during the diskless provision.
* **PostBootScript** logs: the logs during the post boot scripts execution, which are specified in ``postbootscripts`` attribute of node and osimage definition and run during the 1st reboot after installation.
MN: the logs forwarded to management node:
MN: the logs forwarded to management node:
* M1: the installer logs will be forwarded to the MN in ``/var/log/xcat/computes.log`` file.