http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4073756 QOTD> In this case the renameTo method is failing because, unlike the Unix "mv" command, the File.renameTo method is not specified to copy a file across filesystems when necessary; it will only rename a file within a single filesystem. On Thursday 19 March 2009 12:44:33 Stas Oskin wrote: > Hi. > > I'm testing the cluster and found out some strange issue. > > When I'm trying to move file to cluster via Java, the move fails. Moving it > regularly works fine. > > The relevant Java code is: > > new File(tempFile).renameTo(new File(name)) > > Any idea if there any issues for JVM and GlusterFS? > > Regards.