On Wed, Jul 22, 2009 at 08:46:14AM +0200, Harald Dunkel wrote: > Package: heartbeat > Version: 2.1.3-6lenny1 > Tags: patch > > Usually Heartbeat uses a drbd partition to share configuration > and service state information between the 2 hosts. Drbd itself > is not started by Heartbeat, so /etc/init.d/heartbeat should > show:
Hi, I assume this would have no effect on systems where drdb isn't installed. Is that correct? > > > % diff -u heartbeat.orig heartbeat > --- heartbeat.orig 2009-03-15 23:31:29.000000000 +0100 > +++ heartbeat 2009-06-05 16:09:26.000000000 +0200 > @@ -37,9 +37,9 @@ > # Short-Description: High-availability services. > # Provides: heartbeat HA > # Required-Start: $remote_fs $network $time $syslog > -# Should-Start: openhpid > +# Should-Start: openhpid drbd > # Required-Stop: $remote_fs $network $time $syslog > -# Should-stop: openhpid > +# Should-stop: openhpid drbd > # Default-Start: 2 3 4 5 > # Default-Stop: 0 1 6 > ### END INIT INFO > > > Regards > > Harri > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

