spiegel_podman/pkg/domain
baude fe3faa517e prevent unpredictable results with network create|remove
due to a lack of "locking" on cni operations, we could get ourselves in trouble when doing rapid creation or removal of networks.  added a simple file lock to deal with the collision and because it is not considered a performent path, use of the file lock should be ok.  if proven otherwise in the future, some generic shared memory lock should be implemented for libpod and also used here.

moved pkog/network to libpod/network because libpod is now being pulled into the package and it has therefore lost its generic nature. this will make it easier to absorb into libpod as we try to make the network closer to core operations.

Fixes: #7807

Signed-off-by: baude <bbaude@redhat.com>
2020-10-07 10:03:21 -05:00
..
entities Volume prune should not pass down the force flag 2020-10-01 06:32:57 -04:00
filters Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
infra prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
utils Fixup issues found by golint 2020-06-10 05:49:41 -04:00