Update git submodules

* Update paunch from branch 'master'
  - Fallback to a rm -f action for podman
    
    There is a podman specific behavior that cannot be reproduced with
    docker:
    
    $ docker run -itd --privileged --name=foo busybox sleep 1000
    $ docker exec -it foo sh -c "sleep 180"
    $ kill -STOP <that process>
    $ docker stop foo
    $ docker rm foo
    
    works w/o errors, while podman fails the latter step:
    Error: cannot remove container <id> has active exec sessions: container
    state improper
    
    To make it consistent, add a fallback to re-try it with rm -f.
    
    Related-bug: #1860004
    Change-Id: Id387f624078ef874aa902656952582c9c54f3f2e
    Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2020-02-18 12:10:57 +01:00 committed by Gerrit Code Review
parent a12c80225c
commit 0d5d8b1e08
1 changed files with 1 additions and 1 deletions

2
paunch

@ -1 +1 @@
Subproject commit 8489a0cfbeafedf635049623fce5d9b3172288de
Subproject commit 3006b547cbdc8ae979ffaed0268d5831a576546e