Skip to content
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

unable to join session keyring: unable to create session key: disk quota exceeded #793

Open
lotas opened this issue Aug 30, 2024 · 2 comments

Comments

@lotas
Copy link
Contributor

lotas commented Aug 30, 2024

Task running podman experienced following issue:

“unable to join session keyring: unable to create session key: disk quota exceeded” error

Possible solution:

/proc/sys/kernel/keys/maxkeys  = 200
/proc/sys/kernel/keys/maxbytes  = 20000

What is a safe limit and is it the correct solution?

https://github.com/taskcluster/taskcluster/pull/7219/checks?check_run_id=29479831956

https://community-tc.services.mozilla.com/tasks/Yip0h5z0TvWwggLAjiR5Mg/runs/0/logs/public/logs/live.log#L46

containers/podman#13363 (comment)

@petemoore
Copy link
Member

Note, the fix for this probably belongs in community-tc-config repo, but there may be value for putting some docs in this repo under Linux installation notes, to highlight if "standard" values are typically insufficient and worker deployers are encouraged to bump them.

@lotas lotas transferred this issue from taskcluster/taskcluster Sep 2, 2024
@jcristau
Copy link
Contributor

jcristau commented Sep 2, 2024

Bumping that limit sounds ok to me, another option would be to disable keyring creation in the podman config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants