Merge "Set kernel logging to 'quiet' in AIOs"
This commit is contained in:
commit
59e795288c
@ -119,6 +119,13 @@ Configure CentOS
|
|||||||
# systemctl enable ntpd.service
|
# systemctl enable ntpd.service
|
||||||
# systemctl start ntpd.service
|
# systemctl start ntpd.service
|
||||||
|
|
||||||
|
#. (Optional) Reduce the kernel log level by changing the printk
|
||||||
|
value in your sysctls:
|
||||||
|
|
||||||
|
.. code-block:: shell-session
|
||||||
|
|
||||||
|
# echo "kernel.printk='4 1 7 4'" >> /etc/sysctl.conf
|
||||||
|
|
||||||
|
|
||||||
#. Reboot the host to activate the changes and use the new kernel.
|
#. Reboot the host to activate the changes and use the new kernel.
|
||||||
|
|
||||||
|
@ -188,6 +188,12 @@ repo_build_pip_extra_indexes:
|
|||||||
- "{{ _pypi_wheel_mirror.stdout_lines[1] }}"
|
- "{{ _pypi_wheel_mirror.stdout_lines[1] }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# Set all the distros to the same value: a "quiet" print
|
||||||
|
# of kernel log messages.
|
||||||
|
openstack_user_kernel_options:
|
||||||
|
- key: 'kernel.printk'
|
||||||
|
value: '4 1 7 4'
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
# We now have access to the branchname in testing variables.
|
# We now have access to the branchname in testing variables.
|
||||||
findgitreview:
|
findgitreview:
|
||||||
|
Loading…
Reference in New Issue
Block a user