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

samba-bugs at samba.org samba-bugs at samba.org
Tue Mar 6 01:51:58 UTC 2018


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

--- Comment #11 from Rui DeSousa <rui.desousa at icloud.com> ---
(In reply to Dave Gordon from comment #7)

This is the result of hard link on the temp file where the rename failed.

root at hades:~postgres/arch # ls -lh rsync.temp ; du -h rsync.temp 
-rw-------  1 postgres  postgres   1.1M Mar  5 16:02 rsync.temp
329K    rsync.temp

The file system has LZ4 compression; thus the file is actually 19MB on disk.

root at hades:~postgres # ls -lh 000000010000005E00000017 
-rw-------  1 postgres  postgres    64M Mar  5 16:02 000000010000005E00000017
root at hades:~postgres # du -h 000000010000005E00000017 
 19M    000000010000005E00000017


Since it's using compression; I thought /dev/zero would be a bad option to test
with.

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



More information about the rsync mailing list