You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible -b -m copy -a "src=/etc/cgconfig.d/machine.slice.conf dest=/etc/cgconfig.d/machine.conf remote_src=true" all
ansible -b -m replace -a "path=/etc/cgconfig.d/machine.conf regexp=machine.slice replace=machine" all
ansible -b -m shell -a "cgdelete cpuset,memory:/machine.slice" all
ansible -b -m shell -a "cgconfigparser -l /etc/cgconfig.d/machine.conf" all
This is to collect all the things needed to get it finalized:
machine.slice
limits tomachine
for cgroup (since we don't usesystemd
)The text was updated successfully, but these errors were encountered: