mpavan01 / vmfs

Automatically exported from code.google.com/p/vmfs
0 stars 0 forks source link

Webdav: can't use files bigger than 10GB #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the vmfs driver with the webdav option on Linux: #java -jar fvmfs.jar 
/dev/XXX webdav.
2. Mount the file system on Ubuntu 10.04 32 bits. The davfs package 1.4.5-1 was 
installed previously. 
3. If I try to copy (cp) or use the ovftool to create an ovf package from VM 
files webdav reports an error. This happens if the VM has a vmdk file bigger 
than 2 GB.

What is the expected output? What do you see instead?
Is this an issue of the webdav implementation I use to mount the file system?. 
I want to save time and avoid a pre-copy of the VM files by running the ovftool 
directly on the files exported by davfs. 

What version of the product are you using? On what operating system?
v0.9.8.18 r95

Please provide any additional information below.

Original issue reported on code.google.com by jaristiz...@datagardens.com on 2 Dec 2011 at 9:37