[Bug 13317] rsync returns success when target filesystem is full

samba-bugs at samba.org samba-bugs at samba.org
Tue Mar 6 20:53:33 UTC 2018


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

--- Comment #24 from Ben RUBSON <ben.rubson at gmail.com> ---
ZFS only shares between files with dedup on.
So first rsync / diff succeeded, second gave same result as before :
# rsync -a --inplace $tmpfs/f1 $f/f3 ; echo $? ; diff $tmpfs/f1 $f/f3
0
Files /mnt/f1 and /test/f3 differ

# ls -l $f
total 1048593
-rw-------  1 root  wheel  629145600  6 Mar 09:38 f2
-rw-------  1 root  wheel  629145600  6 Mar 09:40 f3
# du -sm $f/*
601    /test/f2
424    /test/f3

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list