mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:37:14 +08:00
use default when user does not provide rdt-class
Signed-off-by: Wolfgang Pross <wolfgang.pross@intel.com>
This commit is contained in:
@ -492,8 +492,8 @@ func FillOutSpecGen(s *specgen.SpecGenerator, c *entities.ContainerCreateOptions
|
||||
}
|
||||
|
||||
// Intel RDT CAT
|
||||
s.IntelRdt = &specs.LinuxIntelRdt{}
|
||||
if c.IntelRdtClosID != "" {
|
||||
s.IntelRdt = &specs.LinuxIntelRdt{}
|
||||
s.IntelRdt.ClosID = c.IntelRdtClosID
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user