Add missing unsupported reasons to list (#150866)

This commit is contained in:
Stefan Agner
2025-08-19 16:55:16 +02:00
committed by GitHub
parent 2290940638
commit 08fc2ab03b

View File

@@ -61,18 +61,19 @@ PLACEHOLDER_KEY_REASON = "reason"
UNSUPPORTED_REASONS = { UNSUPPORTED_REASONS = {
"apparmor", "apparmor",
"cgroup_version",
"connectivity_check", "connectivity_check",
"content_trust", "content_trust",
"dbus", "dbus",
"dns_server", "dns_server",
"docker_configuration", "docker_configuration",
"docker_version", "docker_version",
"cgroup_version",
"job_conditions", "job_conditions",
"lxc", "lxc",
"network_manager", "network_manager",
"os", "os",
"os_agent", "os_agent",
"os_version",
"restart_policy", "restart_policy",
"software", "software",
"source_mods", "source_mods",
@@ -80,6 +81,7 @@ UNSUPPORTED_REASONS = {
"systemd", "systemd",
"systemd_journal", "systemd_journal",
"systemd_resolved", "systemd_resolved",
"virtualization_image",
} }
# Some unsupported reasons also mark the system as unhealthy. If the unsupported reason # Some unsupported reasons also mark the system as unhealthy. If the unsupported reason
# provides no additional information beyond the unhealthy one then skip that repair. # provides no additional information beyond the unhealthy one then skip that repair.