[Csync2] Problems with config
Art -kwaak- van Breemen
ard+csync2 at telegraafnet.nl
Fri Nov 9 18:25:02 CET 2012
Hi,
On Fri, Nov 09, 2012 at 01:18:43PM +0100, Lorenzo Milesi wrote:
> gvsrv02 is actually the "master" holding latest config files.
> on gvsrv01 i removed and reinstalled drbd, so I wanted to
> update config, but if I run csync -xv on gvsrv02 the file
> /etc/drbd.d/global_common.conf IS NOT updated. Full debug
> attached.
If you are installing a new server (as is the case), you must
make a dirty list based on database:
csync2 -v -T $SOURCEHOST $DESTHOST -UI
in all cases SOURCEHOST=`uname -n`, *or* if the nodename does not
equal the hostname:
host SOURCEHOST
OR:
host NODENAME at SOURCEHOST
in your case:
csync2 -v -T gvsrv02 gvsrv01 -UI
will make a dirty list based on database, and the csync2 -vu will
update the files...
More information about the Csync2
mailing list