Bug 1542991 - [RFE] Configure abrt service during host deployment instead of VDSM performing the configuration
Summary: [RFE] Configure abrt service during host deployment instead of VDSM performin...
Keywords:
Status: CLOSED DUPLICATE of bug 2015093
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: ovirt-host-deploy-ansible
Version: 4.1.9
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Martin Perina
QA Contact: Lucie Leistnerova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-07 14:14 UTC by Yaniv Bronhaim
Modified: 2022-03-22 10:47 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-11 17:05:38 UTC
oVirt Team: Infra
Embargoed:


Attachments (Terms of Use)

Description Yaniv Bronhaim 2018-02-07 14:14:27 UTC
Description of problem:
In ovirt-4.1 vdsm installs abrt package and configures it to handle qemu crashes. Vdsm configurators validate conf files changes between upgrades and overwrites conf files to specific state. 
abrt configuration does not effect vdsm run at all, therefore moving the installation and configuration of abrt to host-deploy will allow to configure the host to specific recommended abrt usage state and admin user will be able to modify the configuration based on their infrastructures (partition size for coredumps size limitation, auto reporting, etc).

Comment 1 Yaniv Bronhaim 2018-02-07 14:20:09 UTC
Requires to install abrt-cli abrt-addon-ccpp (vdsm installs also abrt-addon-python) and vdsm configs the files with:

abrt/abrt.conf:
'DumpLocation': '/var/tmp/abrt',                             
'AutoreportingEvent': 'report_uReport',                      
'MaxCrashReportsSize': '13500',                              
'AutoreportingEnabled': 'yes'  

abrt/plugins/CCpp.conf:
'MakeCompatCore': 'no',                                      
'SaveBinaryImage': 'no',                                     
'CreateCoreBacktrace': 'yes',                                
'SaveFullCore': 'yes', 

abrt/abrt-action-save-package-data.conf
'OpenGPGCheck': 'no'

Comment 3 Sandro Bonazzola 2021-11-11 15:41:58 UTC
I think you can close this as wontfix: abrt is not going to be in RHEL 9 / CentOS Stream 9 anymore

Comment 5 Martin Perina 2021-11-11 17:05:38 UTC
Closing as duplicate of BZ2015093, because we will anyway need to move any core dump related configuration from VDSM to engine host deploy to be able deploy CS9, EL8 and EL7 hosts with the same code

*** This bug has been marked as a duplicate of bug 2015093 ***


Note You need to log in before you can comment on or make changes to this bug.