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 <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/379874 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
a0d7056f11
commit
5bdb2886f1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user