Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storpool support #1157

Closed
6 tasks done
mnaser opened this issue Apr 23, 2024 · 1 comment
Closed
6 tasks done

Storpool support #1157

mnaser opened this issue Apr 23, 2024 · 1 comment

Comments

@mnaser
Copy link
Member

mnaser commented Apr 23, 2024

This is to collect all the things needed to get it finalized:

@mnaser
Copy link
Member Author

mnaser commented Apr 23, 2024

For the copying:

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

@mnaser mnaser closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant