-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noble uses control groups (cgroups) v2 instead of v1 #327
Comments
Garden cgroups v2 support: cloudfoundry/guardian@a11a929 |
If you're testing on a Jammy stemcell with cgroups v2, and the agent isn't coming up ("unresponsive agent"), then you need to do the following:
Note: we need to get rid of monit-access-helper.sh because hopefully we'll have deprecated monit by the time we get to Noble. Also, see above for where in the BOSH Agent we need to make changes to accommodate cgroups-v1-with-monit and cgroups-v2-no-monit. |
current noble stemcell is on cgroup v2 933220b currently i have removed the helpers and monit wrapper
|
we moved to nftables see e1245f4 |
noble now uses cgroups v2. |
Control Groups v2 is the new standard; Ubuntu switched to it as the default since pre-Jammy Impish Indra (21.10).
Kernel 6.5 + cgroups v1 has caused problems (OOM during staging): #318
This change will probably affect the following components:
The text was updated successfully, but these errors were encountered: