Joshua Boniface
07d75573d6
Uses a much nicer CPU tuning configuration, leveraging systemd's AllowedCPUs and CPUAffinity options within a set of slices (some default, some custom). Configuration is also greatly simplified versus the previous implementation, simply asking for a number of CPUS for both the system and OSDs, and calculating everything else that is required. Also switches (back) to the v2 unified cgroup hierarchy by default as required by the systemd AllowedCPUs directive. |
||
---|---|---|
.. | ||
README.md | ||
base.yml | ||
bootstrap.yml | ||
pvc.yml |
README.md
PVC Ansible group_vars
-
There should always be at least two (2) files here, with an optional third (3rd):
-
base.yml
: Specifies basic cluster information. -
pvc.yml
: Specifies PVC system information. -
bootstrap.yml
: Specifiespvcbootstrapd
deployment information (optional).
-
-
The files can be named arbitrarily, but these named are highly recommended. If the names are changed, and you use
pvcbootstrapd
, ensure you set them properly in its configuration.
These files are self-documented; read the comments carefully.