You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it make sense to expose the location of the podman service lock file to a config item so it can be made to follow host OS convention (e.g. on FreeBSD /var/run/lock/podman-cni.lock instead of /run/lock/podman-cni.lock)?
From what I see this is currently handled in lines 28 and 100 of vendor/github.com/containers/common/libnetwork/cni/network.go
Would it make sense to expose the location of the podman service lock file to a config item so it can be made to follow host OS convention (e.g. on FreeBSD
/var/run/lock/podman-cni.lock
instead of/run/lock/podman-cni.lock
)?From what I see this is currently handled in lines 28 and 100 of
vendor/github.com/containers/common/libnetwork/cni/network.go
l.28 const defaultRootLockPath = "/run/lock/podman-cni.lock"
l.100 lockPath := defaultRootLockPath
The text was updated successfully, but these errors were encountered: