From 44f995699efd34103f141fa06fe67275c009eb51 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 7 Mar 2016 12:01:05 +0100 Subject: [PATCH] Fix NFS and gluster test containers taking 100% of CPU --- test/images/volumes-tester/gluster/Makefile | 2 +- test/images/volumes-tester/gluster/run_gluster.sh | 2 +- test/images/volumes-tester/nfs/Makefile | 2 +- test/images/volumes-tester/nfs/run_nfs.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/images/volumes-tester/gluster/Makefile b/test/images/volumes-tester/gluster/Makefile index 0a7e1b32980..be24aed76b6 100644 --- a/test/images/volumes-tester/gluster/Makefile +++ b/test/images/volumes-tester/gluster/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TAG = 0.2 +TAG = 0.3 PREFIX = gcr.io/google_containers all: push diff --git a/test/images/volumes-tester/gluster/run_gluster.sh b/test/images/volumes-tester/gluster/run_gluster.sh index 02d9e3a9772..a961834ac28 100755 --- a/test/images/volumes-tester/gluster/run_gluster.sh +++ b/test/images/volumes-tester/gluster/run_gluster.sh @@ -34,6 +34,6 @@ trap stop TERM start "$@" while true; do - read + sleep 5 done diff --git a/test/images/volumes-tester/nfs/Makefile b/test/images/volumes-tester/nfs/Makefile index ecb76e1aef6..348cba87a5f 100644 --- a/test/images/volumes-tester/nfs/Makefile +++ b/test/images/volumes-tester/nfs/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TAG = 0.4 +TAG = 0.5 PREFIX = gcr.io/google_containers all: push diff --git a/test/images/volumes-tester/nfs/run_nfs.sh b/test/images/volumes-tester/nfs/run_nfs.sh index fd56429dbe3..4d9f14ea30d 100755 --- a/test/images/volumes-tester/nfs/run_nfs.sh +++ b/test/images/volumes-tester/nfs/run_nfs.sh @@ -58,5 +58,5 @@ start "$@" # Ugly hack to do nothing and wait for SIGTERM while true; do - read + sleep 5 done