Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit /etc/sysconfig/grub adding "transparent_hugepage=never" to GRUB_CMDLINE_LINUX (e.g. GRUB_CMDLINE_LINUX="nofb splash=quiet crashkernel=auto rhgb quiet transparent_hugepage=never")


Code Block
languagebash
# cp /boot/grub2/grub.cfg ~

...


# grub2-mkconfig -o /boot/grub2/grub.cfg


Stop and disable puppet, and then reboot:

Code Block
languagebash
systemctl stop puppet; systemctl disable puppet

...


shutdown -r now


Verify that Transparent huge pages are disabled:

Code Block
languagebash
root@ceph-osd-01 ~]# grep transparent_hugepage /proc/cmdline

...


BOOT_IMAGE=/vmlinuz-3.10.0-1062.9.1.el7.x86_64 root=UUID=aa5f2c49-17cf-46fe-8c7a-20f44892c131 ro nofb splash=quiet crashkernel=auto rhgb quiet transparent_hugepage=never

...


[root@ceph-osd-01 ~]# cat /sys/kernel/mm/transparent_hugepage/enabled

...


always madvise [never]

...


[root@ceph-osd-01 ~]# 


Move the host in the hosts_all/CephProd hostgroup

...