Go to file
Tiago Leal 10a6701d71 Fix timeout command in ceph-init-wrapper
When analyzing the ceph-process-states.log file, we observed a
recurring error scenario. In the /etc/init.d/ceph-init-wrapper
osd.0 script, the 'timeout' was consistently failing with error
code 125 on the execute_ceph_cmd function call. This failure was
due to the absence of a mandatory value parameter, causing
'timeout' to interpret 'ceph' as an invalid time interval.

To solve this bug, we introduced the necessary initialization
of the $WAIT_FOR_CMD variable. This ensures that the command is
executed correctly, addressing the issue and preventing the
recurrence of the 'timeout' error."

Test Plan:
  - PASS: Force the disk process to be reported as hung and
    check the aforementioned log for the desired output.

Closes-Bug: 2037728
Change-Id: Ic337b212b74c0cc76f25f4aaf9a99d77f8d9250d
Signed-off-by: Tiago Leal <Tiago.Leal@windriver.com>
2024-01-08 19:38:04 +00:00
2023-08-29 16:52:04 -03:00
2023-09-06 17:54:55 -03:00
2023-04-12 08:29:08 -03:00
2019-01-08 11:42:04 -05:00
2019-04-19 19:52:31 +00:00
2023-09-06 17:54:55 -03:00
2021-09-09 19:05:36 +03:00
2023-09-06 17:54:55 -03:00
2018-05-31 07:36:35 -07:00
2023-09-06 17:54:55 -03:00

integ

StarlingX Integration

Description
StarlingX Integration and packaging
Readme 61 MiB
Languages
JavaScript 31.7%
Shell 27.2%
Python 17.3%
Perl 9.4%
Makefile 5.5%
Other 8.8%