We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have started to evaluate the Ubuntu "noble" stemcell with this validation pipeline: https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/noble-stemcell-validation Currently the "rep" job fails to start. In the rep.stdout.log file we see this error message:
rep.stdout.log
{"timestamp":"2024-12-09T11:39:22.423211303Z","level":"error","source":"rep","message":"rep.failed-to-initialize-executor","data":{"error":"failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"cgroup\" to rootfs at \"/sys/fs/cgroup\": mount /sys/fs/cgroup:/sys/fs/cgroup (via /proc/self/fd/9), flags: 0x100f: invalid argument: unknown"}}
Stemcell version is bosh-google-kvm-ubuntu-noble / 0.26. "diego-release" version is 2.108.0.
The "rep" job should start successfully.
2.108.0
The text was updated successfully, but these errors were encountered:
Yeah, I think that would be expected since guardian doesn't have support for cgroups v2. Assigning to @mariash since she has been working on this.
Sorry, something went wrong.
Hi @mariash, I'm from the CF-deployment team. First of all happy new year :) Is there meanwhile any update from your side?
mariash
No branches or pull requests
Current behavior
We have started to evaluate the Ubuntu "noble" stemcell with this validation pipeline:
https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/noble-stemcell-validation
Currently the "rep" job fails to start. In the
rep.stdout.log
file we see this error message:Stemcell version is bosh-google-kvm-ubuntu-noble / 0.26. "diego-release" version is 2.108.0.
Desired behavior
The "rep" job should start successfully.
Affected Version
2.108.0
The text was updated successfully, but these errors were encountered: