mirror of
https://github.com/home-assistant/core.git
synced 2025-08-31 02:11:32 +02:00
Add missing unsupported reasons to list (#150866)
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user