diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-04-02 12:23:19 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-03 14:57:16 +0000 |
commit | 98b19aeb0ceba4cae10cb89a99ff2af0738027ba (patch) | |
tree | ba6a47be4dd1af9a8fc135368c656a82131e49d4 /libpod/networking.go | |
parent | 4d4646d09b6fb1a8914f6a564baf7fbe4d683f9b (diff) | |
download | podman-98b19aeb0ceba4cae10cb89a99ff2af0738027ba.tar.gz podman-98b19aeb0ceba4cae10cb89a99ff2af0738027ba.tar.bz2 podman-98b19aeb0ceba4cae10cb89a99ff2af0738027ba.zip |
Refactor dependency checks from init() into public API
Instead of checking during init(), which could result in major
locking issues when used with pods, make our dependency checks in
the public API instead. This avoids doing them when we start pods
(where, because of the dependency graph, we can reasonably say
all dependencies are up before we start a container).
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #577
Approved by: rhatdan
Diffstat (limited to 'libpod/networking.go')
0 files changed, 0 insertions, 0 deletions