-
Notifications
You must be signed in to change notification settings - Fork 21
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
Vgpu plugin does not restrict memory in container #1
Comments
@archlitchi Is the plugin version 1.9.0 compatible with volcano 1.8.2? |
hey @archlitchi, We got the hard isolation working by mounting the "/tmp/gpu" and "/tmp/gpulock" to the container explicitly. Can you explain why we are not able to assign more than 4 vgpu to a single pod (we have 4 GPU cards on a single node). |
i recommend to use 1.9.0 |
yes, there are only 4 devices in /dev folder, so you can use 4 gpus at most, we can't mount a non-exist gpu device into container and can be recognized by nvidia-driver |
Does this mean that device plugin only restricts memory and not the compute resources? If no then how can a pod use the full gpu using vgpu config? |
it can restrict compute resources by specifying |
got it, is there a way to check how many cores are allocated in the container? if we configure 50% cores, then we want to make sure that only 50% is allocated |
Hi @archlitchi,
Creating this issue as a continuation of the conversation we were having on the volcano issue #3384
The text was updated successfully, but these errors were encountered: