ceph-ansible/group_vars
Kyle Bader 0bee90b201 rgw: add cpuset support
1/ The OSD already supports cpuset to be used for containerized deployments
through the use of the ceph_osd_docker_cpuset_cpus variable. This adds similar
support to the RGW service for containerized deployments by setting a new
variable named ceph_rgw_docker_cpuset_cpus. Like the OSD, there are times where
using distinct cores has advantages over using the CFS in kernel scheduler.

ceph_rgw_docker_cpuset_cpus accepts a comma delimited set of CPU ids

2/ Add support for specifying --cpuset-mem variable to restrict the cgroup's memory
allocations to a particular numa node, which should typically correspond with
the cpu ids of that numa node that were provided with --cpuset-cpus. To ensure
the correct cpu ids are used one can run `numactl --hardware`  to list the nodes
and which cpu ids correspond to each.

Signed-off-by: Kyle Bader <kbader@redhat.com>
Co-authored-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-04-18 15:55:19 +02:00
..
agent.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
all.yml.sample update: refact msgr2 migration 2019-04-18 11:16:11 +02:00
ceph-fetch-keys.yml.sample All `include_vars` need to have `*.yml`, `*.yaml` or `*.json` extension. 2016-11-24 14:03:49 +01:00
clients.yml.sample samples: resync sample files 2019-03-11 10:14:50 +01:00
docker-commons.yml.sample docker: fix monitors name 2017-04-10 15:13:12 +02:00
factss.yml.sample ceph-fact: resync group_vars file 2019-01-22 13:45:38 +01:00
iscsigws.yml.sample refact osd pool size customization 2018-11-21 15:42:50 +00:00
mdss.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
mgrs.yml.sample ceph-mgr: Add extra module packages 2019-04-18 15:31:22 +02:00
mons.yml.sample mon: Move client admin variable to defaults 2019-02-27 18:39:39 +00:00
nfss.yml.sample Added 'squash' as a parameter to nfs-ganesha. 2018-06-25 09:13:17 +02:00
osds.yml.sample osd: remove dedicated_devices variable 2019-04-11 11:57:02 -04:00
rbdmirrors.yml.sample roles: fix *_docker_memory_limit default value 2018-10-29 14:59:09 +01:00
rgws.yml.sample rgw: add cpuset support 2019-04-18 15:55:19 +02:00
rhcs.yml.sample update: refact msgr2 migration 2019-04-18 11:16:11 +02:00