Hi Giannis,

Can you run "docker info” and check where the docker files are stored?

You should see an output along the following lines:

Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
Make sure that there is space available in there. 

Regards,
Javier

> On 08 Apr 2016, at 15:46, Giannis Giannakopoulos <[email protected]> 
> wrote:
> 
> Hi Javier,
> 
> thank you for the prompt response! I attach the log file of the execution.
> 
> Before the initialization of the container df output was:
> 
> # df -hT # just printing the root fs here
> /dev/disk/by-label/cloudimg-rootfs ext4   20G  4.0G   16G  21% /
> 
> and /var/lib/docker lies into the same partition.
> 
> the container execution fails with the same output (as you can also see
> from the log file).  df after the execution is:
> 
> # df -hT # just printing the root fs here
> /dev/disk/by-label/cloudimg-rootfs ext4       20G   12G  8.0G  60% /
> 
> I can verify that the VM has enough disk (20G) and memory (24G).
> 
> Best,
> Giannis
> 
> 
> On 04/08/2016 03:07 PM, Javier Picorel wrote:
>> Hi Giannis,
>> 
>> First of all, thanks for your interest in CloudSuite. 
>> 
>> I believe you are running out of disk space in your host machine. The index 
>> occupies around 12GB
>> of space. You can check the disk occupancy of your machine while the 
>> container is running by executing
>> the “df” command in your host machine. You should be able to see whether you 
>> are running out of space 
>> or not. Check that and let me know.
>> 
>> Regards,
>> Javier
>> 
>>> On 07 Apr 2016, at 14:39, Giannis Giannakopoulos <[email protected]> 
>>> wrote:
>>> 
>>> Hello,
>>> 
>>> I have a problem with the execution of the web search benchmark. I am
>>> executing:
>>> 
>>> docker run -it --name server -p 8983:8983 cloudsuite/web-search:server 12g 1
>>> 
>>> on a 16G machine with 20G disk and I get the following output:
>>> 
>>> tar: data/index/_ne.fdt: Cannot write: No space left on device
>>> (during wget)
>>> and
>>> 
>>> log4j:ERROR Failed to flush writer,
>>> java.io.IOException: No space left on device
>>>     at java.io.FileOutputStream.writeBytes(Native Method)
>>>     at java.io.FileOutputStream.write(FileOutputStream.java:345)
>>> (when trying to start solr)
>>> 
>>> (I provide the full log trace into the attachment).
>>> 
>>> Thank you in advance,
>>> Giannis
>>> 
>>> -- 
>>> Ioannis Giannakopoulos
>>> PhD Candidate, Systems Administrator
>>> Computing Systems Laboratory, School of ECE
>>> National Technical University of Athens
>>> e-mail: [email protected]
>>> site: http://www.cslab.ece.ntua.gr/~ggian/
>>> skype name: giagiannis
>>> tel: +302107721544 (int. 200)
>>> <trace.log>
> 
> -- 
> Ioannis Giannakopoulos
> PhD Candidate, Systems Administrator
> Computing Systems Laboratory, School of ECE
> National Technical University of Athens
> e-mail: [email protected]
> site: http://www.cslab.ece.ntua.gr/~ggian/
> skype name: giagiannis
> tel: +302107721544 (int. 200)
> 
> <docker-output.log>

Reply via email to