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:
Jhon Honce
2018-08-06 08:57:42 -07:00
committed by Atomic Bot
parent bd9d3a8fa5
commit 606b5f9a61

View File

@ -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