1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-greenboot-workloads-validation.adoc
2025-04-18 13:50:54 -04:00

26 lines
849 B
Plaintext

// Module included in the following assemblies:
//
// * microshift_install_get_ready/microshift-greenboot.adoc
:_mod-docs-content-type: PROCEDURE
[id="microshift-greenboot-workloads-validation_{context}"]
= Checking the results of an update
After a successful start, greenboot sets the variable `boot_success=` to `1` in GRUB. You can view the overall status of system health checks after an update in the system log by using the following procedure.
.Procedure
* To access the overall status of system health checks, run the following command:
+
[source,terminal]
----
$ sudo grub2-editenv - list | grep ^boot_success
----
+
.Example output for a successful system start
[source,terminal]
----
boot_success=1 <1>
----
<1> If your command returns `boot_success=0`, either the greenboot health check is still running, or the update is a failure.