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

dcc-ops EBS mountpoints not part of bootstrap? #101

Open
brainstorm opened this issue Jul 27, 2017 · 0 comments
Open

dcc-ops EBS mountpoints not part of bootstrap? #101

brainstorm opened this issue Jul 27, 2017 · 0 comments

Comments

@brainstorm
Copy link
Member

The current README suggests a 250GB EBS volume but then the docker mountpoints remain on the root partition, leading to this:

649c991eaaea: Download complete
5f19f46d8cc5: Download complete
62d0f44c5410: Download complete
ERROR: write /var/lib/docker/tmp/GetImageBlob606462066: no space left on device

So I'm suggesting adding something like this in the boostrap script for now while a better ansible role is created:

sudo mkfs.ext4 /dev/xvdb
sudo mount /dev/xvdb /mnt
sudo service docker stop
sudo mv /var/lib/docker /mnt
sudo ln -sf /mnt/docker /var/lib/docker
sudo service docker start
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