Add unsupported cgroup version (#24113)

This commit is contained in:
Mike Degatano 2022-09-12 12:00:19 -04:00 committed by GitHub
parent 68465cee8f
commit b5c0a1b2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
---
title: "CGroup Version"
description: "More information on why CGroup version marks the installation as unsupported."
---
## The issue
Supervisor depends on a particular version of Docker CGroup to be in use since
it depends on its features to work properly.
Currently Supervisor requires CGroup v1 in a supervised installation.
However, the feature set changes and improves over time and therefore, the minimal
required version may change in the future. When that happens, it will be communicated
before we publish a version that will require you to upgrade CGroups.
## The solution
In a supervised installation if you have switched to CGroup v2 you will need to
revert what you did. Or you can re-run the [supervised installer](https://github.com/home-assistant/supervised-installer)
to fix it.
You should never see this issue on Home Assistant OS as all versions of the OS
ship with a supported CGroup version.