- Oct 26, 2022
-
-
Matt Spinler authored
Document how dreport works, especially the 'config' comment line in plugins that specifies when the plugins run. Signed-off-by:
Matt Spinler <spinler@us.ibm.com> Change-Id: I2063bd8ba8397139f38396752dfbb85eea570455
-
- Oct 18, 2022
-
-
Claire Weinan authored
xyz.openbmc_project.Time.EpochTime is defined as time elapsed since the epoch in microseconds. xyz.openbmc_project.Common.Progress.StartTime and xyz.openbmc_project.Common.Progress.CompletedTime are similarly defined as microseconds. Change timestamps that are currently captured in seconds to microseconds. Tested: Check xyz.openbmc_project.Time.EpochTime, xyz.openbmc_project.Common.Progress.StartTime, and xyz.openbmc_project.Common.Progress.CompletedTime timestamps of dump entries. Example: busctl introspect xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/bmc/entry/1 Signed-off-by:
Claire Weinan <cweinan@google.com> Change-Id: I6ea220af07f06ad79de0b62b24ce6cd5ba5fd33d
-
- Oct 13, 2022
-
-
Dhruvaraj Subhashchandran authored
The dump manager requests an instance id from PLDM to communicate with the host. Since the number of instances is limited PLDM needs to keep track of the requests, adding additional traces while requesting the instance id. Added exception handling for bus errors while getting instance id from PLDM. Testing: Execute offload and delete to see whether traces are coming. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Id15a99d349851ca00baf7fc8d59a83d7d266fa44
-
- Oct 12, 2022
-
-
Dhruvaraj Subhashchandran authored
PCI init starts once the host is started and the resource dump or system dump can be initiated at this stage. There are usecase where host is stuck at this stage so collecting a system dump or resource dump is critical for the debug. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8ba7246fe84c146c104644b18507cd217db42d18
-
Dhruvaraj Subhashchandran authored
If there is a failure in sending dump delete request to host for resource and system dump, return unavailable error. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ia85ef46c55c5a2b54af2b8632f94c3318ef1d4d1
-
Dhruvaraj Subhashchandran authored
Prevent the deletion of the dumps stored in host memory while offload is in progress Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I053d802a96548fdd9240cf21ef2bf91c4b38e367
-
Dhruvaraj Subhashchandran authored
In dump manager password is always expected for creating resource dump, which is not needed. So removing the restriction and making password an optional argument. Tests: Request resource dump with providing password. Tested resource dump without giving password. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I46863409e9eb4b16727a78c904853d1408e4462a
-
Dhruvaraj Subhashchandran authored
Currently dump manager is using pldm_send_recv which is a blocking call and if the host is not responding dump manager will hang to avoid this using pldm_send which is a non-blocking call. Tests: Send message while host is down and dump manager is not hung. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ie90e217325da4c8778c7527afcd453a8fdce02c8
-
Dhruvaraj Subhashchandran authored
The dump entries for the dumps stored in the host memory should not be deleted during a memory preserved reboot. There is a file created during memory preserved reboot this service will not be active if the file is present Additional change to make sure the file which indicates memory preserving ipl is already created https://gerrit.openbmc-project.xyz/c/openbmc/openpower-proc-control/+/51515 Tests: During memory preserving reboot: Feb 24 11:38:53 systemd[1]: Finished Start memory preserving reboot host0. Feb 24 11:38:53 systemd[1]: Condition check resulted in Remove host dump entries during poweroff being skipped. In normal poweroff Feb 24 11:52:08 ever6bmc systemd[1]: Reached target Stop Host0 (Pre). Feb 24 11:52:08 ever6bmc systemd[1]: Starting Remove host dump entries during poweroff... Feb 24 11:52:08 ever6bmc systemd[1]: Starting Stop instructions for host0... Feb 24 11:52:08 ever6bmc phosphor-dump-manager[496]: System dump delete id(3) srcdumpid(2) Feb 24 11:52:08 ever6bmc phosphor-dump-manager[496]: System dump entry with id(3) is deleted Feb 24 11:52:08 ever6bmc systemd[1]: Finished Remove host dump entries during poweroff. Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ic4269ee3322c4b8b77ea072a97e325895feed20f
-
Dhruvaraj Subhashchandran authored
The dumps like system and resource dumps are stored in host memory and that will be lost during a power off, so the entries in BMC dump-manager for those dumps will be stale after a power off. This commit adds a service to call deleteAll to clear the entries for system and resource dumps during system power off. Tests: 1 - Created a resource dump and system dump and activated the service Result: Both dump entries are cleared 2 - Created a resource dump and system dump powered off the system Result: Both dump entries are cleared Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I4e6a59ae852c86f5edbab767fb6a0ff2a4635289
-
Dhruvaraj Subhashchandran authored
Adding additional traces to dump offload and delete operations Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I5f5ae40798483b4d4ef52fd518d4d8ffab6e15c4
-
Dhruvaraj Subhashchandran authored
The resource dump delete is long running operation with dbus call to PLDM for instance id, making it inside a dbus call will end up timeouts when PLDM tries to access dump manager. To avoid dead-locks dump manager will not be waiting for response after a delete operation Testing: Create system dump and delete the dump Create 10 resource dumps and delete one by one Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9c98c40672274a33097d9c4129ea52b5984c4246
-
Dhruvaraj Subhashchandran authored
There are cases when host is reporting already reported resource dump entries. This commit add fix for duplicate dump entries. Test: Create multiple resource dumps in host Only one will be reported on BMC Delete it While deleting, next entry may get reported multiple times With this fix that duplicate is eliminated Feb 01 03:51:00 z2437cbmc phosphor-dump-manager[6244]: Resouce Dump Notify: Id(1174405122) Size(3952) Feb 01 03:51:00 z2437cbmc phosphor-dump-manager[6244]: Resouce Dump Notify: Updating dumpId(5) Id(1174405122) Size(3952) Feb 01 03:51:00 z2437cbmc phosphor-dump-manager[6244]: Resouce Dump Notify: Id(1174405122) Size(3952) Feb 01 03:51:00 z2437cbmc phosphor-dump-manager[6244]: Resource dump entry with source dump id(1174405122) is already present with entry id(5) Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I86afb6d6916f80ee2412a3e7313aa52b87d30aa7
-
Dhruvaraj Subhashchandran authored
If the dump is not created by host or the request is not complete the dump id provided by the host will not be valid. When deleting such dump entries a request for delete should not be send to the host. Tests: Deleting a dump which is not finished when host is running Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If7e8b7fad67c215f057152bb64b5232f198fee9e
-
Dhruvaraj Subhashchandran authored
Add method to get dump id from the dump entry object. This will useful in adding trace Signed-off-by:
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I6f6ac3b1fb773c85ff12ea6094f9abb6b2243d83
-
- Sep 12, 2022
-
-
Matt Spinler authored
Send the USR1 signal to phosphor-fan-monitor to collect its dump data as part of a BMC dump. Tested: ~/BMCDUMP.139F210.00000041.20220908143628_out/archive$ cat fan_monitor_dump.json { "logs": [], "sensors": { "sensors": { "/xyz/openbmc_project/sensors/fan_tach/fan0_0": { "functional": true, "in_range": true, "present": true, "prev_tachs": "[11904,11867,11904,11904,11867,11904,11867,11904]", "prev_targets": "[18000,0,0,0,0,0,0,0]", "tach": 11904.0, "target": 18000, "ticks": 0 }, ... } Signed-off-by:
Matt Spinler <spinler@us.ibm.com> Change-Id: I1173a38a755edff14ee0d418ec29ac0c583a790f
-
- Aug 10, 2022
-
-
Patrick Williams authored
The MAINTAINERS file is deprecated in favor of OWNERS. Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: I1c60b02d3b49fd65f9da4a1179b15a6046d704cb
-
- Aug 09, 2022
-
-
Xie Ning authored
delete the first existing file if the space is not enough Tested: 1. create dump and make the space is not enough busctl call xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/bmc xyz.openbmc_project.Dump.Create CreateDump a{sv} 0 busctl tree xyz.openbmc_project.Dump.Manager `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/dump |-/xyz/openbmc_project/dump/bmc | `-/xyz/openbmc_project/dump/bmc/entry | |-/xyz/openbmc_project/dump/bmc/entry/10 | |-/xyz/openbmc_project/dump/bmc/entry/6 | |-/xyz/openbmc_project/dump/bmc/entry/7 | |-/xyz/openbmc_project/dump/bmc/entry/8 | `-/xyz/openbmc_project/dump/bmc/entry/9 `-/xyz/openbmc_project/dump/internal `-/xyz/openbmc_project/dump/internal/manager 2. create dump again and the the first existing file will be deleted Signed-off-by:
Xie Ning <xiening.xll@bytedance.com> Change-Id: Ic3b376d7e6512a264f849de760363f4e167421c7
-
- Aug 03, 2022
-
-
Matt Spinler authored
Add /var/configuration/system.json to BMC dumps as em-system.json. This file contains a JSON representation of the objects that entity-manager puts on D-Bus and can be used to debug problems when entity-manager crashes. Tested: ~/dumps/BMCDUMP.13BE960.00000000.20220802172737_out/archive$ ls -l em-system.json -rw-r--r--. 1 spinler spinler 10688 Aug 2 12:27 em-system.json Signed-off-by:
Matt Spinler <spinler@us.ibm.com> Change-Id: Icc4e38e9594b578b83b65a23af8da67e514572c2
-
- Jul 26, 2022
-
-
Patrick Williams authored
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: I7ae6214461bdf45c1a21fb702cc8bf5578d827c6
-
- Jul 22, 2022
-
-
Patrick Williams authored
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: Id3e3eede2419b5b106cbedd10e75c654154bd343
-
- May 25, 2022
-
-
Claire Weinan authored
Fault Log is a new type of dump. For details please see https://github.com/openbmc/docs/blob/master/designs/hw-fault-monitor.md This commit enables creation and deletion of fault log entries. Tested: Created and deleted fault log entries by calling the corresponding D-Bus methods via bmcweb (added extra code in bmcweb for testing this). Also forced a fault log directory creation error by changing the code to specify a nonexistent directory path "/abc/def/" instead of FAULTLOG_DUMP_PATH, and forced a fault log file open error by creating a directory (manually using mkdir) with the same name as the file that the fault log manager tried to open. Signed-off-by:
Claire Weinan <cweinan@google.com> Change-Id: I03d4c19a4c131f7224ac895e404c46b1f566617b
-
- Apr 13, 2022
-
-
Marri Devender Rao authored
1) Due to some script errors network and timedate plugins are failing during BMC dump generation fixed the same. Failures: /usr/share/dreport.d/pl_user.d/E30network: line 12: add_cmd_output: command not found /usr/share/dreport.d/pl_user.d/E30timedate: line 12: [: missing `]' Tested: timedate.log timedatectl] Local time: Mon 2022-04-11 12:41:19 UTC Universal time: Mon 2022-04-11 12:41:19 UTC RTC time: Mon 2022-04-11 12:41:19 Time zone: UTC (UTC, +0000) System clock synchronized: no NTP service: active RTC in local TZ: no network.log [netstat] Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 9.3.23.1 0.0.0.0 UG 0 0 0 eth1 0.0.0.0 9.3.23.1 0.0.0.0 UG 0 0 0 eth0 9.3.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Id60b3238657af7edb3100319bfa57ab6503bad13
-
Marri Devender Rao authored
1) Added vpd persistent data to BMC dump 2) Included existing badbpd plugin contents here Tested: Apr 12 07:56:59 UTC 2022 INFO: Copied vpd data /var/lib/vpd root@rain104bmc:/tmp/test/obmcdump_00000000_1649750320# du -sh vpd/ 140.0K vpd/ Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ibc090ea6ab5a4ee9dd4f2ea627748d582c54bdf0
-
Marri Devender Rao authored
1) Append GUARD blob to the dump 2) List guard records, resolved records and ephemeral records and write to guard.log file 3) Append guard.log file to the dump Tested: root@ever8bmc:/tmp/test/obmcdump_00000000_1648632722# ls -lah GUARD -r--r----- 1 root root 20.0K Mar 30 09:32 GUARD root@ever8bmc:/tmp/test/obmcdump_00000000_1648632722# root@ever8bmc:/tmp/test/obmcdump_00000000_1648632722# cat guard.log [Guard List] ID | ERROR | Type | Path 00000001 | 00000000 | manual | physical:sys-0/node-0/proc-1/eq-0/fc-0/core-0 [Guard resolved records] ID | ERROR | Type | Path ffffffff | 90001220 | unrecoverable | physical:sys-0/node-0/proc-3/pauc-3/iohs-0/smpgroup-1 ffffffff | 90001220 | unrecoverable | physical:sys-0/node-0/proc-0/pauc-3/iohs-1/smpgroup-0 ffffffff | 90001223 | unrecoverable | physical:sys-0/node-0/proc-3/pauc-2/iohs-1/smpgroup-1 ffffffff | 90001223 | unrecoverable | physical:sys-0/node-0/proc-6/pauc-3/iohs-1/smpgroup-0 ffffffff | 90001224 | unrecoverable | physical:sys-0/node-0/proc-3/pauc-2/iohs-1/smpgroup-0 ffffffff | 90001224 | unrecoverable | physical:sys-0/node-0/proc-7/pauc-3/iohs-1/smpgroup-0 ffffffff | 900007c3 | unrecoverable | physical:sys-0/node-0/proc-7/pauc-3/iohs-1/smpgroup-0 ffffffff | 50000527 | predictive | physical:sys-0/node-0/proc-6 ffffffff | 50000528 | predictive | physical:sys-0/node-0/proc-7 ffffffff | 50000712 | predictive | physical:sys-0/node-0/proc-2/pauc-3/iohs-1/smpgroup-1 ffffffff | 50000712 | predictive | physical:sys-0/node-0/proc-0/pauc-3/iohs-1/smpgroup-1 [Guard ephemeral records] Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ibd3e21a69cd98c3d1b5bee9fa8251566f04e741b
-
- Apr 08, 2022
-
-
Patrick Williams authored
Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: Iba53eac924b7622f8c819c70c64279a2df0d28c4
-
Patrick Williams authored
`sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit` or `action::emit_no_signals` as appropriate. - DumpEntry: emit_no_signals (secondary object) - {bmc,resource,system}::DumpEntry: defer_emit (primary object) - Manager: defer_emit (primary object) Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: I91990031384230550903a46332adc04d691a3cb9
-
Patrick Williams authored
We should not claim the bus name until the daemon is fully initialized, especially because we create objects on the dbus that we don't send a signal for (the manager itself). Signed-off-by:
Patrick Williams <patrick@stwcx.xyz> Change-Id: I303fa9a4ab40c93996f9ad64afdc85147c034c86
-
- Apr 07, 2022
-
-
Marri Devender Rao authored
List all the dump file names with path and append the output file to BMC dump. Tested [core files] [BMC dumps] /var/lib/phosphor-debug-collector/dumps/23/BMCDUMP.13E8CEX.00000023.20220328231804 /var/lib/phosphor-debug-collector/dumps/24/BMCDUMP.13E8CEX.00000024.20220329045155 [Hardware dumps] [Hostboot dumps] [SBE dumps] Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Iac5f0e6d542ba1fa5b18b5c9399ee7537e05e274
-
Marri Devender Rao authored
Generate the status of the active services "systemctl status --all" and add it to the dump. Tested: State: degraded Jobs: 0 queued Failed: 3 units Since: Wed 2022-03-30 03:17:48 UTC; 7min ago CGroup: / ├─sys-kernel-debug.mount ├─sys-kernel-config.mount Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I45cef0ccfd4c86711a64bf5dcacb04f89bc5b50d
-
Marri Devender Rao authored
1. Generate attribute list to a file and append the file to the dump. 2. Append the device tree blob file to the dump 3. Append export device tree file to the dump 4. Append attributes_info.db file to the dump Tested root@ever8bmc:/tmp/test/obmcdump_00000000_1648657576# ls -lah DEVTREE -r--r----- 1 root root 840.0K Mar 30 16:26 DEVTREE root@ever8bmc:/tmp/test/obmcdump_00000000_1648657576# ls -lah attributes_info.db -rw-r--r-- 1 root root 10.4K Mar 30 16:26 attributes_info.db root@ever8bmc:/tmp/test/obmcdump_00000000_1648657576# ls -lah PHAL_devtree.txt -rw-r--r-- 1 root root 2.2M Mar 30 16:26 PHAL_devtree.txt Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I3b60f136e04be2ed44349c9c91fe3858dd78a91a
-
Marri Devender Rao authored
Copy the hwmon details from /sys/class/hwmon/* to hwmon.log and append the file to the BMC dump Tested: /sys/class/hwmon/hwmon0/in1_max_alarm: 0 /sys/class/hwmon/hwmon0/curr2_crit_alarm: 0 /sys/class/hwmon/hwmon0/temp5_crit: -500 Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I20a2f20323a9d5095eac0cede46595a2e011ba9f
-
- Apr 05, 2022
-
-
Marri Devender Rao authored
List all the active file descriptors to procfd.log and append the file to the BMC dump Tested: cat procfd.log /proc/1/fd/: lrwx------ 1 root root 64 Mar 25 11:05 0 -> /dev/null lrwx------ 1 root root 64 Mar 25 11:05 1 -> /dev/null Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I412abade104e5685a42150036e5149dadc94b3e7
-
- Apr 04, 2022
-
-
Marri Devender Rao authored
Add the host console log to the BMC dump. Tested: root@xxxxbmc:/tmp/test/obmcdump_00000000_1648205747# cat obmc-console1.log 0B6EB088 "FC" 000000000053000B 1599.92700|1329 SBEIO|trace_lite 15FEB01A 0000000000000001 0000000000000004 0 Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ia2f0bb8a89d4e2a9d7249fd6e8d7efa6194f1542
-
Marri Devender Rao authored
Execute "fanctl dump" command and append the output json file to the BMC dump. Tested: Fan control dump written to: /tmp/fan_control_dump.json { "flight_recorder": [ "Mar 24 14:12:55.323331: main: Startup", . . . } Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I52e972382f9e9c2aabab8c9034fd4da7775203e5
-
Marri Devender Rao authored
Execute the script and append the output log file to BMC dump. [timedatectl] Local time: Thu 2022-03-24 10:28:17 UTC Universal time: Thu 2022-03-24 10:28:17 UTC RTC time: Thu 2022-03-24 10:28:17 Time zone: UTC (UTC, +0000) System clock synchronized: no NTP service: active RTC in local TZ: no Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ie1ac4e730d93d1959b2543de00b98c7513552560
-
Marri Devender Rao authored
Captured below information and add it to the BMC dump 1) Adding route info the network.log file 2) Adding contents of eth0 and eth1 to the network.log file 3) Add network interface statistics to the network.log file 4) Add active TCP connection details to the network.log file Append network.log to the BMC dump Tested: [route] Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default x.x.xx.x 0.0.0.0 UG 0 0 0 eth1 default x.x.xx.x 0.0.0.0 UG 0 0 0 eth0 x.x.xx.0 * 255.255.255.0 U 0 0 0 eth0 [eth0] [Match] Name=eth0 [Link] MACAddress=xx:xx:xx:xx:xx:xx [Network] LinkLocalAddressing=no IPv6AcceptRA=false DHCP=ipv6 [Address] Address=x.x.xx.xxx/xx [Route] Gateway=x.x.xx.x [DHCP] ClientIdentifier=mac UseDNS=true UseNTP=true UseHostname=true SendHostname=true [eth1] [Match] Name=eth1 [Link] MACAddress=xx:xx:xx:xx:xx:xx [Network] LinkLocalAddressing=no IPv6AcceptRA=false DHCP=true [Route] Gateway=x.x.xx.x [DHCP] ClientIdentifier=mac UseDNS=true UseNTP=true UseHostname=true SendHostname=true Signed-off-by:
Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I8325b18400140f8f6e1463a5abbc1b9c526fad99
-
- Mar 17, 2022
-
-
Xie Ning authored
The Elapsed property is described in microseconds in the interface but the result value is in seconds before Tested: 1. get the property by this: busctl introspect xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/bm:c/entry/20 xyz.openbmc_project.Time.EpochTime 2. check the value NAME TYPE SIGNATURE RESULT/VALUE FLAGS .Elapsed property t 1645758497000000 emits-change writable Change-Id: Ib6cd5261c4cd6ac7de239f291a9f5fb556b29e89 Signed-off-by:
Xie Ning <xiening.xll@bytedance.com>
-
- Mar 07, 2022
-
-
Jayanth Othayoth authored
This is to fix below error message in the journal logs. cp: can't stat '/tmp/bad-vpd': No such file or directory "bad-vpd" is an optional file created vpd, to store the failing data. Tested: verified using dreport command line tool "INFO: No Bad VPD data" Signed-off-by:
Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I56854c044d5479f48669736204d9b929fc5d8db5
-
- Feb 23, 2022
-
-
Jayanth Othayoth authored
Plugin used for collecting dmesg log Tested: verified using dreport Signed-off-by:
Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: If374c7c3a5d861bc6d562f2e23b4287ad1bb979e
-