You can modify cgroups
for a particular process on multiple nodes by
creating a separate file with the cgroups
configuration, uploading
the new configuration file to fuel, and restarting the cgroups
task.
You can modify control groups before or after you deploy an OpenStack
environment.
To modify control groups for multiple nodes:
Log in to the Fuel Master node CLI.
Download the Fuel configuration:
fuel settings --env-id <id> --download
Open the settings.yaml
file for editing.
Copy the cgroups
section.
Create a .yaml
file with the same name as the .yaml
file that you have downloaded in step 2.
Paste the copied cgroups
configuration into the file.
Edit as required..
Upload the new configuration file to Fuel:
fuel settings --dir <path_to_new_yaml> --env-id <env_id> --upload
Restart the cgroups
task:
fuel node --node-id <node_1> <node_2> <node_3> --tasks cgroups
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.