From 27affeb08f105da19083aa8d71443a81b0db6a8c Mon Sep 17 00:00:00 2001 From: Chirag Sharma Date: Tue, 28 Mar 2023 01:33:52 -0500 Subject: meta-ibm:dump: Increasing bmcdump size for p10bmc Increasing the bmc dump size for ibm systems as the current size 200KB is not sufficient and have seen larger files i.e. journals are getting skipped. Hence increasing the max size of a dump to 20MB. Tested: -After increasing the size journals are getting collected in BMC dumps. Change-Id: I0282bd4ae38831b80309caa59d1e804ca3d2ff1f Signed-off-by: Chirag Sharma --- meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-ibm/recipes-phosphor') diff --git a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend index 0964fa0600..e9ae74b7c1 100644 --- a/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend +++ b/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend @@ -10,6 +10,7 @@ SYSTEMD_SERVICE:${PN}-manager:p10bmc += "clear_hostdumps_poweroff.service" SYSTEMD_SERVICE:${PN}-manager:witherspoon-tacoma += "clear_hostdumps_poweroff.service" EXTRA_OEMESON:append:p10bmc = " -DBMC_DUMP_TOTAL_SIZE=409600" +EXTRA_OEMESON:append:p10bmc = " -DBMC_DUMP_MAX_SIZE=20480" install_ibm_plugins() { install ${S}/tools/dreport.d/ibm.d/plugins.d/* ${D}${dreport_plugin_dir}/ -- cgit v1.2.3