Merge pull request #249 from mrunalp/dev_shm
Add support for pod /dev/shm that is shared by the pod ctrs
This commit is contained in:
commit
d9edbe6817
6 changed files with 53 additions and 1 deletions
|
@ -136,6 +136,7 @@ func (s *Server) loadSandbox(id string) error {
|
|||
mountLabel: mountLabel,
|
||||
annotations: annotations,
|
||||
metadata: &metadata,
|
||||
shmPath: m.Annotations["ocid/shm_path"],
|
||||
}
|
||||
s.addSandbox(sb)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue