Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Due to the cgroups v1 implementation policy in linux kernel, we cannot update the value of the device cgroups controller unless we have the root permission (here). So we need to support this in container-executor for Java layer to invoke.
This Jira will have three parts:
- native c-e module
- Java layer code to isolate devices for container (docker and non-docker)
- A sample Nvidia GPU plugin