From 5bdb2886f1cd0f750483f2e925fd4099ee7b20e2 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 25 Sep 2017 10:55:07 -0700 Subject: [PATCH] scripts/setup: remove leftover config files from /run When a DPDK app closes, it leaves behing configuration files that can cause latent failures in the build pool machines if they are not removed. Change-Id: I80caa1b595e6586a109c013b92dfcf306d7a0150 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/379874 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Jim Harris --- scripts/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.sh b/scripts/setup.sh index 0762e0317..33c0417f4 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -168,6 +168,7 @@ function reset_linux { hugetlbfs_mount=$(linux_hugetlbfs_mount) rm -f "$hugetlbfs_mount"/spdk*map_* + rm -f /run/.spdk* } function status_linux {