Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Mon, Jul 28, 2008 at 10:37:37PM -0700, Mike Sweetser - Adhost wrote:
> Just wanted to follow up and say that everything went just fine! I
> didn't even have to do anything regarding the adjustments - the two
> nodes started resyncing by themselves once I started up DRBD on the new
> node.
>
> The only issue was that the load of resyncing the five devices was too
> much to do at once (the DRBD setup supports a full hosting environment
> of Apache and MySQL) so I had to cut off some of the resyncs and do them
> one by one, but that'll be just fine.
man drbd.conf
/after
e.g.
resource r0 {
....
syncer { rate 30M; }
}
resource r1 {
....
syncer { rate 30M; after r0; }
}
see also:
man drbdadm
/pause-sync
/resume-sync
--
: Lars Ellenberg http://www.linbit.com :
: DRBD/HA support and consulting sales at linbit.com :
: LINBIT Information Technologies GmbH Tel +43-1-8178292-0 :
: Vivenotgasse 48, A-1120 Vienna/Europe Fax +43-1-8178292-82 :
__
please don't Cc me, but send to list -- I'm subscribed