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

failure to deploy docker container when enforcing storage limit on the container when the underlying disk storage for container is not on the root partition #68

Open
skmonga opened this issue Nov 8, 2018 · 0 comments

Comments

@skmonga
Copy link
Contributor

skmonga commented Nov 8, 2018

This issue is observed when deploying containers through Violet with storage limit enforced using the options --storage-opt size=xM . The underlying disk storage for docker images , containers etc is not on the root partition. A separate xfs filesystem is mounted and /var/lib/docker is symlinked to it. The container deployment fails as the xfs filesystem is mounted with defaults and doesn't support setting up pquota on individual containers.

A solution that worked for me is to specify the pquota option in /etc/fstab file for this xfs filesystem.

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

1 participant