-
Notifications
You must be signed in to change notification settings - Fork 782
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
Fix rootless handling of /dev/shm size #1595
Conversation
Eventually will fix containers/podman#3134 |
LGTM |
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
📌 Commit 2903396 has been approved by |
Rootless mode was ignoreing the --shm-size option. For some reason the test that would have caught this was disabled. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1595 Approved by: vrothberg
I'll slap on another LGTM before it merges. |
💔 Test failed - status-travis |
Tests don't look happy: |
Works here:
|
Rootless mode was ignoreing the --shm-size option. For some reason the test that would have caught this was disabled. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@rh-atomic-bot r=vrothberg |
📌 Commit 5530c22 has been approved by |
💔 Test failed - status-travis |
☀️ Test successful - status-papr, status-travis |
Rootless mode was ignoreing the --shm-size option.
For some reason the test that would have caught this was disabled.
Signed-off-by: Daniel J Walsh dwalsh@redhat.com