<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 15px; font-family: Calibri, sans-serif;">
<div>/var/lib/docker/aufs  takes a lot of space if many containers are running and </div>
<div>writing data to their volumes.</div>
<div><br>
</div>
<div>If the gate VM’s  /var/lib/docker  partition is small, you could move </div>
<div>/var/lib/docker  to a different partition that is big enough (like /home or /tmp)</div>
<div>and create a symbolic link to  /var/lib/docker.</div>
<div><br>
</div>
<div>mv  /var/lib/docker  /home/new_docker_path_with_more_space</div>
<div>ln -s  /home/new_docker_path_with_more_space  /var/lib/docker</div>
<div><br>
</div>
<div>Alternatively, you can use the -g option for the docker daemon to use a different</div>
<div>path instead of  /var/lib/docker  if it runs out of disk space.</div>
<div><br>
</div>
<div>DOCKER_OPTS="-g /home/new_docker_path_with_more_space"</div>
<div><br>
</div>
<div>Restart the docker daemon after making the above change.</div>
<div><br>
</div>
<div><a href="https://github.com/docker/docker/issues/3127">https://github.com/docker/docker/issues/3127</a></div>
<div><br>
</div>
<div>Regards,</div>
<div>Vikram Hosakote</div>
<div>IRC: vhosakot</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Paul Bourke <<a href="mailto:paul.bourke@oracle.com">paul.bourke@oracle.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Date: </span>Monday, March 14, 2016 at 11:25 AM<br>
<span style="font-weight:bold">To: </span>"OpenStack Development Mailing List (not for usage questions)" <<a href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a>><br>
<span style="font-weight:bold">Subject: </span>[openstack-dev] [kolla] [infra] Size of images built in the gate<br>
</div>
<div><br>
</div>
<div>
<div>
<div>Hi all,</div>
<div><br>
</div>
<div>I'm currently working to add new gates for the oraclelinux image base </div>
<div>type (<a href="https://blueprints.launchpad.net/kolla/+spec/oraclelinux-gate">https://blueprints.launchpad.net/kolla/+spec/oraclelinux-gate</a>) and
</div>
<div>had a question on size available in the gate VMs.</div>
<div><br>
</div>
<div>Right now the binary build is running out of space in the gate, as it </div>
<div>exceeds the 10GB we're allocating for /var/lib/docker. For me, a current </div>
<div>local build using binary+oraclelinux is clocking in at 10.01GB, where as </div>
<div>the centos+binary is a little smaller at 8.89GB.</div>
<div><br>
</div>
<div>Is it written anywhere exactly what space is available in the gate VMs? </div>
<div>Sam mentioned briefly that different providers used in the gate give a </div>
<div>variety of disk sizes, so do we have an idea what we can reasonably bump </div>
<div>the docker partition to?</div>
<div><br>
</div>
<div>The above number indicates centos will likely soon run into the same </div>
<div>problem as we dockerise more of the big tent, so I think it's a good </div>
<div>idea to check this now before more gates start falling over.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>-Paul</div>
<div><br>
</div>
<div>p.s. if people are interested here's lists sorted by name of the </div>
<div>oraclelinux and centos builds:</div>
<div><br>
</div>
<div>oraclelinux: <a href="http://paste.fedoraproject.org/339672/96915914">http://paste.fedoraproject.org/339672/96915914</a></div>
<div>centos: <a href="http://paste.fedoraproject.org/339673/57969163">http://paste.fedoraproject.org/339673/57969163</a></div>
<div><br>
</div>
<div>__________________________________________________________________________</div>
<div>OpenStack Development Mailing List (not for usage questions)</div>
<div>Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org">OpenStack-dev-request@lists.openstack.org</a>?subject:unsubscribe</div>
<div><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></div>
<div><br>
</div>
</div>
</div>
</span>
</body>
</html>