mirror of https://github.com/containers/podman.git
use default when user does not provide rdt-class
Signed-off-by: Wolfgang Pross <wolfgang.pross@intel.com>
This commit is contained in:
parent
77336de8f7
commit
4853320ce1
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue