bpm-release
bpm-release copied to clipboard
isolated bosh jobs
These changes do not appear to impact the behavior of `bpm` when running on an `ubuntu-jammy` based stemcell (cgroups v1). It should be safe to merge this as the behavior...
for the noble stemcel where we cgroupv2 is now the default bpm is not starting linked issue: https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/355 slack discussion: https://cloudfoundry.slack.com/archives/C06HTDT78N9/p1717058467990399
Yesterday our pipelines picked up bpm/1.4.2 that bumped to runc/1.2.0 and environments using a bosh-lite configuration started failing. The initial deployment is successful but cleaning up jobs later fails. ```...
After upgrading to runc 1.3, 10 open files is too small to even launch BPM in the "too many open files" test. As a result, we have increased it to...
We use lxcfs mounts through [the docker cpi](https://github.com/cloudfoundry/bosh-docker-cpi-release/blob/b235d0a8dc4d8e61f952d773bcfb49ae45da818e/src/bosh-docker-cpi/vm/factory.go#L163) to ensure the containers and processes don't attempt to take more memory than they should. Turns out, when bpm creates containers for...