samba-bugs@samba.org
2008-Dec-11 21:44 UTC
DO NOT REPLY [Bug 5963] New: rsync fails with errors that make no sense...
https://bugzilla.samba.org/show_bug.cgi?id=5963
Summary: rsync fails with errors that make no sense...
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: crhea@mayo.edu
QAContact: rsync-qa@samba.org
CentOS 5.2 / x86_64 / download+build of rsync 3.0.4.
Transferring data between two NetApp servers-- both NFS mounted on this (Linux)
system. We're transferring from one directory tree to another with a script
that looks like:
for i in /data2/* /data3/*
do
/usr/local/bin/rsync -a --delete ${i}/ /data1/`basename $i`
done
For some files/dirs, rsync is failing:
rsync: rename
"/data1/bordner/Pfam/version_22.0/fasta/.PF09720.fa.8z0Imb" ->
"Pfam/version_22.0/fasta/PF09720.fa": File too large (27)
rsync: rename
"/data1/bordner/Pfam/version_22.0/fasta/.PF09721.fa.0OoTTG" ->
"Pfam/version_22.0/fasta/PF09721.fa": File too large (27)
rsync: rename
"/data1/bordner/Pfam/version_22.0/fasta/.PF09722.fa.83Sssc" ->
"Pfam/version_22.0/fasta/PF09722.fa": File too large (27)
rsync: rename
"/data1/bordner/Pfam/version_22.0/fasta/.PF09723.fa.0ynM2H" ->
"Pfam/version_22.0/fasta/PF09723.fa": File too large (27)
rsync error: some files/attrs were not transferred (see previous errors) (code
23) at main.c(1040) [sender=3.0.4]
The individual files are NOT "too large":
[root@rcfcluster-rsync fasta]# cd /data3/bordner/Pfam/version_22.0/fasta/
[root@rcfcluster-rsync fasta]# ls -l PF09723.fa
-rw-rw-r-- 1 m049922 bordner 21279 May 22 2008 PF09723.fa
BUT, the directory is very large:
[root@rcfcluster-rsync fasta]# ls -1 | wc -l
191811
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Dec-11 22:15 UTC
DO NOT REPLY [Bug 5963] rsync fails with errors that make no sense...
https://bugzilla.samba.org/show_bug.cgi?id=5963 ------- Comment #1 from matt@mattmccutchen.net 2008-12-11 16:15 CST ------- The errors are almost certainly the fault of the destination filesystem, not of rsync. (Indeed, it's conceivable that the directory is hitting some NetApp-specific size limit, and the "File too large" message refers to that.) Try the copy with another tool, such as GNU cp, and see if you get similar errors. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Dec-11 22:32 UTC
DO NOT REPLY [Bug 5963] rsync fails with errors that make no sense...
https://bugzilla.samba.org/show_bug.cgi?id=5963 ------- Comment #2 from crhea@mayo.edu 2008-12-11 16:32 CST ------- Thanks for the quick reply. I'll try your suggestion and do a: [root@rcfcluster-rsync ~]# cp -a /data3/bordner/* /data1/bordner/ and see what that does. According to the NetApp, I'm nowhere near max files on that volume (but it certainly could be their bug...) I'll post note when "cp" finishes. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2008-Dec-14 12:27 UTC
DO NOT REPLY [Bug 5963] rsync fails with errors that make no sense...
https://bugzilla.samba.org/show_bug.cgi?id=5963
crhea@mayo.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #3 from crhea@mayo.edu 2008-12-14 06:27 CST -------
Spent some time chasing Red Herrings, but I think you are correct-- the dest
file system is returning goofy errors... The file system has plenty of free
space + inodes, but the "cp" of a small (135 byte) file fails with
EFBIG (on
the OPEN, no less). I'll chase this with NetApp....
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Seemingly Similar Threads
- Inspect a "delayed" assigned whose value throws an error?
- Inspect a "delayed" assigned whose value throws an error?
- Closing loop: How-to for NVIDIA driver on Xen Dom0
- Inspect a "delayed" assigned whose value throws an error?
- Inspect a "delayed" assigned whose value throws an error?