mirror of https://github.com/containers/podman.git
Add documentation for Intel RDT support
Signed-off-by: Wolfgang Pross <wolfgang.pross@intel.com>
This commit is contained in:
parent
24b2f829b9
commit
77336de8f7
|
@ -0,0 +1,7 @@
|
|||
####> This option file is used in:
|
||||
####> podman create, run
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--rdt-class**=*intel-rdt-class-of-service*
|
||||
|
||||
Rdt-class sets the class of service (CLOS or COS) for the container to run in. Based on the Cache Allocation Technology (CAT) feature that is part of Intel's Resource Director Technology (RDT) feature set, all processes of the container will run within the pre-configured COS, that represents a part of the cache. The COS has to be created and configured by means of a pseudo file system (usually mounted at `/sys/fs/resctrl`) that the resctrl kernel driver provides. Assigning the container to a COS requires root privileges and thus doesn't work in a rootless environment. Currently the feature is only supported using `runc` as a runtime. See <https://docs.kernel.org/arch/x86/resctrl.html> for more details on how to create a COS before a container can be assigned to it.
|
|
@ -304,6 +304,8 @@ by having one container bind to localhost in the pod, and another connect to tha
|
|||
|
||||
Suppress output information when pulling images
|
||||
|
||||
@@option rdt-class
|
||||
|
||||
@@option read-only
|
||||
|
||||
@@option read-only-tmpfs
|
||||
|
|
|
@ -330,6 +330,8 @@ by having one container bind to localhost in the pod, and another connect to tha
|
|||
|
||||
Suppress output information when pulling images
|
||||
|
||||
@@option rdt-class
|
||||
|
||||
@@option read-only
|
||||
|
||||
@@option read-only-tmpfs
|
||||
|
|
Loading…
Reference in New Issue