Re: Error: No space left on device

2014-08-27 Thread felipe gutierrez
yes, it is better to do this. Thanks On Wed, Aug 27, 2014 at 3:44 PM, Andrew Gaul wrote: > Felipe, you exhausted your rootfs space; a file system with 83 GB > available cannot accommodate a 100 GB copy. Perhaps change your basedir > to your home partition which has 750 GB available? Note that

Re: Error: No space left on device

2014-08-27 Thread Andrew Gaul
Felipe, you exhausted your rootfs space; a file system with 83 GB available cannot accommodate a 100 GB copy. Perhaps change your basedir to your home partition which has 750 GB available? Note that the filesystem blobstore does not create any temporary files although other processes can consume

Re: Error: No space left on device

2014-08-25 Thread felipe gutierrez
yes, I used local file system context. Properties properties = new Properties(); properties.setProperty(FilesystemConstants.PROPERTY_BASEDIR, pFile.getAbsolutePath()); ContextBuilder overrides = ContextBuilder.newBuilder("filesystem").overrides(properties); mContext = overrides.buildView(BlobStore

Re: Error: No space left on device

2014-08-25 Thread felipe gutierrez
I am using rootfs, but I deleted the blocks to start again. So I have 83G free. My copy of 100G stoped in 80G. $ df -h Filesystem Size Used Avail Use% Mounted on rootfs 92G 4.7G 83G 6% / udev

Re: Error: No space left on device

2014-08-25 Thread Jeremy Daggett
Hi Felipe! Would you be able to send a code example of what you are trying to accomplish? I have a feeling that you have configured your Context to use the local blob store (local filesystem) which could potentially exhaust resources on the system. Please let us known, thanks! /jd On 8/25/1

Re: Error: No space left on device

2014-08-25 Thread Andrew Phillips
How could I delete the files only the temporary directory? I also cant find this directory at /tmp All I can see in your stacktrace is: java.lang.RuntimeException: java.io.IOException: No space left on device It does not say *which* device is out of space. Could you check on your target sy

Re: Error: No space left on device

2014-08-25 Thread felipe gutierrez
I am writing on the root "/storage/bench53473ResourcegraveISCSI9284" at my linux and my provide is a BlobStore. How could I delete the files only the temporary directory? I also cant find this directory at /tmp On Mon, Aug 25, 2014 at 2:12 PM, Andrew Phillips wrote: > org.jclouds.blobstore.Lo

Re: Error: No space left on device

2014-08-25 Thread Andrew Phillips
org.jclouds.blobstore.LocalAsyncBlobStore.putBlob(LocalAsyncBlobStore.java:405) The error is in putBlob, which actually tries to write the blob to the target location, but may also write to the temporary directory. Which drive on your system actually has no space left any more? And what is

Error: No space left on device

2014-08-25 Thread felipe gutierrez
Hi, I am trying to understand this error: 22:21:39 ERROR pool-13-thread-3 storage.JCloudsStorageModule - Error when storing blob: java.lang.RuntimeException: java.io.IOException: No space left on device at com.google.common.base.Throwables.propagate(Throwables.java:160) at org.jclouds.blobstore.Lo