Exclude /etc files that are causing collect extraction errors
The following files are causing collect log extraction errors. /etc/systemd/system/lvm2-lvmetad.socket /etc/systemd/system/lvm2-lvmetad.service This update excludes all socket files in /etc/systemd/system and the /etc/systemd/system/lvm2-lvmetad.service from being collected as part of the collect operation. In doing so the extraction error does not occur. Note: Don't want to exclude all service files. Change-Id: Iaa34fd9b2dbd072980c1487278fb0e2f4cb1ec14 Related-Bug: https://bugs.launchpad.net/starlingx/+bug/1791780 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
0ce53ef85a
commit
c93b246e75
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="scripts"
|
SRC_DIR="scripts"
|
||||||
TIS_PATCH_VER=24
|
TIS_PATCH_VER=25
|
||||||
|
@ -35,6 +35,8 @@
|
|||||||
/etc/bash_completion.d
|
/etc/bash_completion.d
|
||||||
/etc/pm
|
/etc/pm
|
||||||
/etc/systemd/system/*.mount
|
/etc/systemd/system/*.mount
|
||||||
|
/etc/systemd/system/*.socket
|
||||||
|
/etc/systemd/system/lvm2-lvmetad.service
|
||||||
/etc/systemd/system/ctrl-alt-del.target
|
/etc/systemd/system/ctrl-alt-del.target
|
||||||
/etc/ssl
|
/etc/ssl
|
||||||
/etc/mtc/tmp
|
/etc/mtc/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user