Page 1 of 1

rsync: write failed

Posted: Fri Dec 08, 2017 8:01 am
by fbzimblet
I have below errors when doing live_syncd for ldap servers

Code: Select all

rsync: write failed on "/opt/zimbra/live_sync/ldap/mdb/db/data.mdb": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.2]
There are some GB left

Code: Select all

[zimbra@mta2 live_sync]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                       32G   15G   15G  51% /
tmpfs                 2.8G     0  2.8G   0% /dev/shm
/dev/sda1             477M  153M  300M  34% /boot
rsync version

[zimbra@mta2 live_sync]$ rsync --version
rsync version 3.1.2 protocol version 31
Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv, symtimes, prealloc

Centos 6
ZCS NE 8.7.11

Why rsync shows no space left?

Re: rsync: write failed

Posted: Fri Dec 08, 2017 9:04 am
by phoenix
fbzimblet wrote:Why rsync shows no space left?
As this is an unsupported configuration for any version of ZCS, what does it have to do with Zimbra? It's quite likely that the target device does not have enough space, as the error message states. You could always take a look at some of the answers on the internet: https://www.startpage.com/do/dsearch?qu ... ge=english

Re: rsync: write failed

Posted: Fri Dec 08, 2017 3:21 pm
by fbzimblet
Nope, plenty of space left, source & destination.
What it has to do? just because I'm using it with zimbra, just in case somebody knows something

Re: rsync: write failed

Posted: Fri Dec 08, 2017 3:29 pm
by phoenix
fbzimblet wrote:Nope, plenty of space left, source & destination.
You've given no indication that's the case nor how much data you're transferring. Did you read any of the threads in the link I gave and the possible causes and resolutions to the problem, did you try any of them?

Re: rsync: write failed

Posted: Fri Dec 08, 2017 4:41 pm
by ccelis5215
Hi fbzimblet,

Are you aware that data.mdb file default file size is 80 GB and that is a sparse file?

ccelis