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

Allow setting quota for individual containers #1035

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Oct 4, 2021

Drivers have the ability to support size and inodes quota, but
we don't allow these options to be passed down to the driver.

With this fix, Podman should be able to support --storage-opt size=
per container.

Helps Fix: containers/podman#11016

Signed-off-by: Daniel J Walsh dwalsh@redhat.com

Drivers have the ability to support size and inodes quota, but
we don't allow these options to be passed down to the driver.

With this fix, Podman should be able to support --storage-opt size=
per container.

Helps Fix: containers/podman#11016

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@flouthoc
Copy link
Collaborator

flouthoc commented Oct 5, 2021

LGTM

@rhatdan
Copy link
Member Author

rhatdan commented Oct 5, 2021

@umohnani8
Copy link
Member

LGTM

@rhatdan rhatdan merged commit 9f405fd into containers:main Oct 5, 2021
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

Successfully merging this pull request may close these issues.

podman container ignores storage-opt size= when managed using docker-compose
3 participants