From daa03d50a55225613af08b348a42b58e107e0acc Mon Sep 17 00:00:00 2001 From: Shrikumar Sharma Date: Mon, 18 Oct 2021 12:34:42 -0400 Subject: [PATCH] Fix run.exclude to prevent collection of data from /var/run/nvidia. The collect command gathers /var/run/nvidia/. It causes an error " No space left on device" when GPU operator, Aerial SDK, and Mellanox NIC are installed and /var/run/nvidia/ is huge. This update adds /var/run/nvidia to the /etc/collect dir so that this directory is excluded from the collect which prevents the issue. Closes-Bug: 1947621 Signed-off-by: Shrikumar Sharma Change-Id: If5ccdd0bb0eca44af80f8bba4fcd102137e1c31c --- tools/collector/scripts/run.exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/collector/scripts/run.exclude b/tools/collector/scripts/run.exclude index d3e6d8b9..15e9ba06 100644 --- a/tools/collector/scripts/run.exclude +++ b/tools/collector/scripts/run.exclude @@ -11,3 +11,4 @@ /var/run/neutron/metadata_proxy /var/run/.vswitch /var/run/containerd +/var/run/nvidia