On Wed, Feb 25, 2009 at 07:47:39PM +0100, Vianney Lejeune wrote: > I can assure you the daemons fail to start. Maybe my problem is only > related to the time to mount the drbd disk ?
Which daemons? Usually DRBD's init script waits for it to be connected before continuing and heartbeat starts after that. If it takes too long because of syncing, just slow down the syncer rate in drbd.conf, but it shouldn't take that long to mount unless you have a really big journal that needs to be replayed, or something. Check the heartbeat logs, though -- it should tell you exactly why it failed. Set "debugfile /var/log/ha-debug" in /etc/ha.d/ha.cf and look through that log while/after it tries to start. Simon- _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
