]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: Install numactl package when needed
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 11 Mar 2019 14:44:47 +0000 (10:44 -0400)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 12 Mar 2019 07:43:06 +0000 (07:43 +0000)
commitb7f4e3e7c7d73d931fd7fec4c940384c890dee42
tree9ecfbebfe2e94c5e0a032729829ea0990e5aad58
parentb89a1d5c84570b3b6259cb3cfd18e933b209fed0
ceph-osd: Install numactl package when needed

With 3e32dce we can run OSD containers with numactl support.
When using numactl command in a containerized deployment we need to
be sure that the corresponding package is installed on the host.
The package installation is only executed when the
ceph_osd_numactl_opts variable isn't empty.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-osd/tasks/main.yml