allfro / device-mapping-manager

58 stars 9 forks source link

cgroupv2 option #3

Closed cwjackso closed 1 year ago

cwjackso commented 1 year ago

Great work on this plugin so far. I'm not a go developer and have little knowledge of cgroups however thought it would be useful to point out the work done by nvidia on this front

Here is the implementation they have for mounting hardware in cgroupv1 and cgroupv2

allfro commented 1 year ago

That's awesome. The cgroupv2 code is exactly what I was looking for. I'll try to integrate that soon.

cwjackso commented 1 year ago

Great - glad I could help!

allfro commented 1 year ago

Thanks for the pointers. The code has now been adjusted to work with cgroupv2. The deployment model has changed.