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
This is a list of improvements that should be implemented once this PR has been merged, #249
The jailer should use a user namespace, but currently does not.
Jailer should allow for a custom configuration of jailing through the CreateVM API. Maybe allow complete passing of the configuration. However, this would require writing a bunch of proto definitions. We want memory and cpu to be configurable, as well as numa nodes. We aren't going to copy the runc config into our request as that is really large and most of the fields may not be used. The cpuset.mems and cpuset.cpus has been completed by Add numa cpuset support #334
Instead of hard linking we should use bind mounts in the jailer handler. Decided that copying was the best solution for now, which is already done. If this changes in the future we can add a separate issue illustrating that.
Uh oh!
There was an error while loading. Please reload this page.
This is a list of improvements that should be implemented once this PR has been merged, #249
Jailer should allow for a custom configuration of jailing through theWe aren't going to copy the runc config into our request as that is really large and most of the fields may not be used. The cpuset.mems and cpuset.cpus has been completed by Add numa cpuset support #334CreateVM
API. Maybe allow complete passing of the configuration. However, this would require writing a bunch of proto definitions. We want memory and cpu to be configurable, as well as numa nodes.The jailer should use numa nodes. I believe this can be specified in runc's configuration- Done via Add numa cpuset support #334Instead of hard linking we should use bind mounts in the jailer handler.Decided that copying was the best solution for now, which is already done. If this changes in the future we can add a separate issue illustrating that.- Done via Adding netns to jailer #305CreateVMRequest
should allow passing of the netns as a parameter.The text was updated successfully, but these errors were encountered: