Closed GoogleCodeExporter closed 8 years ago
Please add debug log output. Thanks.
Original comment by fluidops...@gmail.com
on 25 Sep 2009 at 6:21
It might be a glitch in the I/O. i can get only 3.1GB of the VM.
what i found strange i can run this command.
CLI:java -jar fvmfs.jar /path/to/dev/node filecopy /path/to/64GB/file
/home/dir/file filename1 0 2000000000
to start copying from position 0 to 2GB .
and then i ran after the 3.1GB . filename3 400000000 20000000 , it copys with
out
any problems. seems to be some headers that stops the java app.
Regards,
MaaS
Original comment by maas...@gmail.com
on 27 Sep 2009 at 7:31
Sounds strange indeed. Please, please attach the debug output :-)
Original comment by fluidops...@gmail.com
on 28 Sep 2009 at 9:28
Same ISSUE i get i mounted on ISCSI . it copies on 10GB and thats it.
Exception in thread "main" java.io.IOException: Internal error: block type
0 unexpected
at
com.fluidops.tools.vmfs.VMFSDriver$FileIOAccess.read(VMFSDriver.java:890)
at com.fluidops.tools.vmfs.VMFSTools.doFileCopy(VMFSTools.java:274)
at com.fluidops.tools.vmfs.VMFSTools.cli(VMFSTools.java:205)
at com.fluidops.tools.vmfs.VMFSTools.main(VMFSTools.java:355)
Original comment by maas...@gmail.com
on 1 Oct 2009 at 5:12
Had a need to try this util again, it still fails. Tried the latest version,
too (r87)
Debug output attached, scrubbed a bit to protect the innocent :)
Any chance of a fix?
Original comment by woh...@gmail.com
on 17 Jan 2010 at 7:33
Attachments:
The issue occurs when files are sparse ("thin provisioned"). The new version
supports
this.
Original comment by fluidops...@gmail.com
on 18 Jan 2010 at 9:50
Hi Ulrich, which version? the latest posted (r87) doesn't. Do I need to build
from SVN?
Original comment by woh...@gmail.com
on 20 Jan 2010 at 10:08
Original comment by fluidops...@gmail.com
on 26 Jan 2010 at 7:17
Original issue reported on code.google.com by
woh...@gmail.com
on 21 Sep 2009 at 2:20