Details
-
Improvement
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Continuation of the work in MESOS-6791
It should be possible to whitelist a range (R) of devices such that R may be exposed to a container launched by an agent. Not all containers should have access to R by default, only those containers whose ContainerInfo specifies such access.
For example, it may be useful to whitelist the range of devices matching the glob expressions `/dev/{s,h,xv}d[a-z]*` and `/dev/dm-*` and `/dev/mapper/*` for a container that intends to manage storage devices.
/cc jieyu
Attachments
Issue Links
- relates to
-
MESOS-7309 Support specifying devices for a container.
- Open