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 <shrikumar.sharma@windriver.com> Change-Id: If5ccdd0bb0eca44af80f8bba4fcd102137e1c31c
This commit is contained in:
parent
12d8c8aa4c
commit
daa03d50a5
@ -11,3 +11,4 @@
|
||||
/var/run/neutron/metadata_proxy
|
||||
/var/run/.vswitch
|
||||
/var/run/containerd
|
||||
/var/run/nvidia
|
||||
|
Loading…
x
Reference in New Issue
Block a user