From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan McCabe Date: Thu, 14 Jun 2012 12:06:50 -0400 Subject: [Cluster-devel] when do I need to start cpglockd In-Reply-To: <24E144B8C0207547AD09C467A8259F754B95BA92@lisa.maurer-it.com> References: <24E144B8C0207547AD09C467A8259F754B94A0A9@lisa.maurer-it.com> <20120614122123.GA823262@redhat.com> <24E144B8C0207547AD09C467A8259F754B95BA92@lisa.maurer-it.com> Message-ID: <20120614160650.GA843695@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Jun 14, 2012 at 03:41:39PM +0000, Dietmar Maurer wrote: > I can't see that in the current cman init script. Instead, the rgmanager > init script depends on the cpglockd unconditionally: > > # Required-Start: cman cpglockd > > So that is a bug? Hi, Yes, that's a bug. cpglockd will be started from the rgmanager init script when RRP mode is enabled. Ryan