-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
add support for limiting tmpfs size for systemd-specific mnts #17207
add support for limiting tmpfs size for systemd-specific mnts #17207
Conversation
Yes I agree. |
Needs documentation, command completions and tests. |
068630b
to
61611dc
Compare
61611dc
to
2fd4105
Compare
Please rebase so that this can pass CI/CD |
2fd4105
to
b82f04e
Compare
Sure, I was also confused as to why that test was failing, thanks for the heads up. |
fd5188a
to
9ceb441
Compare
@vrothberg @rhatdan sorry for tagging but I'm unable to figure out why cirrus is erroring out here. Would really like some hints here. Thanks |
Thanks for the ping! Apply the following diff and it should pass: diff --git a/docs/source/markdown/options/shm-size-systemd.md b/docs/source/markdown/options/shm-size-systemd.md
index 8ea54c8d2..7fab8f5ab 100644
--- a/docs/source/markdown/options/shm-size-systemd.md
+++ b/docs/source/markdown/options/shm-size-systemd.md
@@ -1,5 +1,5 @@
####> This option file is used in:
-####> podman run, create, pod clone, pod create
+####> podman create, pod clone, pod create, run |
5cc3e53
to
5c33e94
Compare
* add tests * add documentation for --shm-size-systemd * add support for both pod and standalone run Signed-off-by: danishprakash <[email protected]>
5c33e94
to
0999991
Compare
@vrothberg could the failures be flakes? Can you please take a look? |
Thanks for the ping. They looked like flakes, so I have restarted the jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@giuseppe PTAL
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danishprakash, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add support for limiting tmpfs size for systemd-specific mounts via
--shm-size-systemd
Closes #17037
Signed-off-by: danishprakash [email protected]
Does this PR introduce a user-facing change?