cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 104 forks source link

Revert from hwe kernel to normal lts kernel #329

Closed jpalermo closed 3 months ago

jpalermo commented 3 months ago

We've seen OOM problems when running cgroups v1 with the 6.5 kernel line.

Resolves #318

The plan is to test this before releasing it. So we'd like to merge it and then use the test stemcells to verify hardware compatibility with the kernel.

Once the stemcells are built in the pipeline, we'll reference the URLs in #318 so people have a chance to take a look at them.

Earliest date we'd want to release this is Monday March 11th.

ramonskie commented 3 months ago

you need to adjust https://github.com/cloudfoundry/bosh-linux-stemcell-builder/blob/ubuntu-jammy/master/stemcell_builder/stages/static_libraries_config/apply.sh#L16 to 5.15 and this probably needs a check as well https://github.com/cloudfoundry/bosh-linux-stemcell-builder/blob/ubuntu-jammy/master/stemcell_builder/lib/prelude_apply.bash#L50