Ok, you are using the devicemapper instead of AUFS. By default devicemapper allocates around 10GB for the container. Check the following post:
https://jpetazzo.github.io/2014/01/29/docker-device-mapper-resize/ <https://jpetazzo.github.io/2014/01/29/docker-device-mapper-resize/> Regards, Javier > On 13 Apr 2016, at 13:51, Giannis Giannakopoulos <[email protected]> > wrote: > > Hi Javier, > > I attach the output of the "docker info" command: > > Containers: 1 > Images: 78 > Storage Driver: devicemapper > Pool Name: docker-253:1-245106-pool > Pool Blocksize: 65.54 kB > Backing Filesystem: extfs > Data file: /dev/loop0 > Metadata file: /dev/loop1 > Data Space Used: 11.32 GB > Data Space Total: 107.4 GB > Data Space Available: 8.527 GB > Metadata Space Used: 8.499 MB > Metadata Space Total: 2.147 GB > Metadata Space Available: 2.139 GB > Udev Sync Supported: true > Data loop file: /var/lib/docker/devicemapper/devicemapper/data > Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata > Library Version: 1.02.90 (2014-09-01) > Execution Driver: native-0.2 > Kernel Version: 3.19.0-18-generic > Operating System: Ubuntu 15.04 > CPUs: 8 > Total Memory: 23.55 GiB > Name: web-search-server1 > ID: FT3I:YKTK:XU4B:URVN:KQVS:R2AA:5GZX:KVDB:XQQO:BM2Q:DQZE:EYDD > > > > Thanks, > Giannis > > On 04/12/2016 04:41 PM, Javier Picorel wrote: >> Hi Giannis, >> >> Can you run "docker info”and check where the docker files are stored? >> >> You should see an output along the following lines: >> >> |StorageDriver:aufs RootDir:/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] <mailto:[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] <mailto:[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] <mailto:[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] <mailto:[email protected]> >>> site: http://www.cslab.ece.ntua.gr/~ggian/ >>> skype name: giagiannis >>> tel: +302107721544 (int. 200) >>> >>> <docker-output.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) >
