mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
libcontainer/intelrdt: add support for EnableMonitoring field
The linux.intelRdt.enableMonitoring field enables the creation of a per-container monitoring group. The monitoring group is removed when the container is destroyed. Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
+3
-2
@@ -56,8 +56,9 @@ var featuresCommand = cli.Command{
|
||||
Enabled: &t,
|
||||
},
|
||||
IntelRdt: &features.IntelRdt{
|
||||
Enabled: &t,
|
||||
Schemata: &t,
|
||||
Enabled: &t,
|
||||
Schemata: &t,
|
||||
Monitoring: &t,
|
||||
},
|
||||
MountExtensions: &features.MountExtensions{
|
||||
IDMap: &features.IDMap{
|
||||
|
||||
Reference in New Issue
Block a user