Fix shim deadlock when joining an existing pid namespace (#290)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
committed by
Michael Crosby
parent
3abb9fc411
commit
0ac3cd1be1
@@ -51,6 +51,7 @@ func (w *worker) Start() {
|
||||
evt := &DeleteTask{
|
||||
ID: t.Container.ID(),
|
||||
NoEvent: true,
|
||||
Process: process,
|
||||
}
|
||||
w.s.SendTask(evt)
|
||||
continue
|
||||
@@ -66,6 +67,7 @@ func (w *worker) Start() {
|
||||
evt := &DeleteTask{
|
||||
ID: t.Container.ID(),
|
||||
NoEvent: true,
|
||||
Process: process,
|
||||
}
|
||||
w.s.SendTask(evt)
|
||||
continue
|
||||
@@ -76,6 +78,7 @@ func (w *worker) Start() {
|
||||
evt := &DeleteTask{
|
||||
ID: t.Container.ID(),
|
||||
NoEvent: true,
|
||||
Process: process,
|
||||
}
|
||||
w.s.SendTask(evt)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user