mirror of
https://github.com/containers/podman.git
synced 2025-06-19 00:06:43 +08:00
Remove inotify work around
PR#1215 fixed issue with podman blowing up inotify Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1222 Approved by: baude
This commit is contained in:
@ -125,11 +125,6 @@ EOT
|
||||
|
||||
# Run podman in background without systemd for test purposes
|
||||
set -x
|
||||
# Until podman issue#... is fixed.
|
||||
sysctl fs.inotify.max_user_watches=999999
|
||||
sysctl fs.inotify.max_user_instances=999999
|
||||
sysctl fs.inotify.max_queued_events=999999
|
||||
|
||||
$PODMAN varlink --timeout=0 ${PODMAN_HOST} >>/tmp/test_podman.output 2>&1 &
|
||||
|
||||
if [[ -z $1 ]]; then
|
||||
|
Reference in New Issue
Block a user