[Bug 8177] Problems with big sparsed files

samba-bugs at samba.org samba-bugs at samba.org
Sat Jun 18 11:41:13 MDT 2011


https://bugzilla.samba.org/show_bug.cgi?id=8177

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Wayne Davison <wayned at samba.org> 2011-06-18 17:41:13 UTC ---
Any time there is a read error, rsync tweaks the checksum so that it doesn't
match, thus alerting the receiver that the file is bogus.  You need to figure
out what is causing this error from your OS:

rsync: read errors mapping
"/vmfs/volumes/cata-021-lun0/cata-920/cata-920-flat.vmdk": Invalid argument
(22)

That error is reported at the end of all the reading, and indicates that one of
the read() calls for the sender's file returned that errno.  If you strace the
sending side, you should be able to see what the parameters are to the read()
that trigger that OS error.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list