]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Ability to disable transparent hugepage 181/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 13 Jan 2015 10:09:53 +0000 (11:09 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 13 Jan 2015 10:11:11 +0000 (11:11 +0100)
commit25cf4d8650dc624fb5891c57c4a743105c58051e
tree5339cacff0eadffb8915146adeb4d45869acffda
parent7430c287417f9ccafb2f16a40e84b90d224e6589
Ability to disable transparent hugepage

In storage world it's often recommended to disable transparent hugepages
as they will tend to lower performance.
Note that this change won't survive reboot. There are several ways to
disable this permanently such as:

* rc.local
* grub boot line

It's a bit tricky to do this in Ansible since it really depends on the
OS you're running on.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/defaults/main.yml
roles/ceph-common/tasks/os_tuning.yml