You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been seen that qcow2 test case is failing due to greenboot-healthcheck.service not active in the edge embedded system.
The failure has been detected in RHEL-9.9.0-Nightly compose host os with aarch64 architecture.
Although the advisory list applied to the edge machine seems to include the greenboot-rs services preset, the service is not active, so the greenboot mechanism fails. We cannot restart the service manually (and we shouldn’t).
We cannot restart the service manually (and we shouldn’t). So the following failing playbook task failing is an expected failure:
TASK [Attempt manual restart of greenboot-healthcheck service] *****************************************************************************************************************************************************
fatal: [192.168.100.50]: FAILED! => {"changed": true, "cmd": "echo \"exit 1\" > /etc/greenboot/check/required.d/10_failme.sh\nchmod 755 /etc/greenboot/check/required.d/10_failme.sh\nsystemctl restart greenboot-healthcheck\n", "delta": "0:00:00.014575", "end": "2026-06-10 15:16:00.887558", "msg": "non-zero return code", "rc": 4, "start": "2026-06-10 15:16:00.872983", "stderr": "Failed to restart greenboot-healthcheck.service: Operation refused, unit greenboot-healthcheck.service may be requested by dependency only (it is configured to refuse manual start/stop).\nSee system logs and 'systemctl status greenboot-healthcheck.service' for details.", "stderr_lines": ["Failed to restart greenboot-healthcheck.service: Operation refused, unit greenboot-healthcheck.service may be requested by dependency only (it is configured to refuse manual start/stop).", "See system logs and 'systemctl status greenboot-healthcheck.service' for details."], "stdout": "", "stdout_lines": []}
...ignoring
Steps to reproduce
Spawn rhel-9.9.0-Nightly aarch64 VM from TF/Beaker
The greenboot-healthcheck.service should be preset and activated by default for the mechanism to work successfully. But, the service check command returns non-zero code and the playbook task fails.
It has been seen that qcow2 test case is failing due to
greenboot-healthcheck.servicenot active in the edge embedded system.The failure has been detected in
RHEL-9.9.0-Nightlycompose host os withaarch64architecture.Although the advisory list applied to the edge machine seems to include the greenboot-rs services preset, the service is not active, so the greenboot mechanism fails. We cannot restart the service manually (and we shouldn’t).
We cannot restart the service manually (and we shouldn’t). So the following failing playbook task failing is an expected failure:
Steps to reproduce