[Pacemaker] Cannot Create Primitive in CRM Shell
Andrew Martin
amartin at xes-inc.com
Tue Jan 10 16:31:29 UTC 2012
Hi Jake,
No, unfortunately I did not record the status of libglib2.0-0 before installing. However, I do have the list of packages that were installed when I did "apt-get install drbd8-utils heartbeat pacemaker" from the PPA and it is not listed among them:
binutils build-essential cluster-glue cvs debconf-utils debhelper dkms dpatch dpkg-dev drbd8-source drbd8-utils
fakeroot fancontrol g++ g++-4.4 gawk gcc gcc-4.4 gettext heartbeat html2text intltool-debian libc-dev-bin
libc6-dev libcib1 libcluster-glue libcorosync4 libcrmcluster1 libcrmcommon2 libcroco3 libcurl3 libesmtp5 libgomp1
libheartbeat2 liblrm2 libltdl7 liblzma1 libmail-sendmail-perl libnet1 libnspr4-0d libnss3-1d libopenhpi2
libopenipmi0 libpe-rules2 libpe-status3 libpengine3 libperl5.10 libpils2 libplumb2 libplumbgpl2 libsensors4
libsnmp-base libsnmp15 libstdc++6-4.4-dev libstonith1 libstonithd1 libsys-hostname-long-perl libtransitioner1
libxml2-utils libxslt1.1 linux-libc-dev lm-sensors manpages-dev openhpid pacemaker patchutils po-debconf
resource-agents xz-utils
This leads me to believe that it was installed from lucid-updates until I applied the fix.
The version of Heartbeat (I am using it instead of Corosync) is 3.0.5 and the version of Pacemaker is 1.1.6.
Thanks,
Andrew
----- Original Message -----
From: "Jake Smith" <jsmith at argotec.com>
To: "The Pacemaker cluster resource manager" <pacemaker at oss.clusterlabs.org>
Sent: Monday, January 9, 2012 5:04:32 PM
Subject: Re: [Pacemaker] Cannot Create Primitive in CRM Shell
Andrew,
Curious - Did you check the version before you applied the fix I posted?
No idea on the long shutdown time (mine wasn't even shutting down before the fix - now it's under 30 seconds)...
What version of corosync? pacemaker?
Jake
----- Original Message -----
> From: "Andrew Martin" <amartin at xes-inc.com>
> To: "The Pacemaker cluster resource manager"
> <pacemaker at oss.clusterlabs.org>
> Sent: Monday, January 9, 2012 5:06:13 PM
> Subject: Re: [Pacemaker] Cannot Create Primitive in CRM Shell
> Hi Jake,
> I applied the fix you posted, rebooted my system, and I am now able
> to create primitives from the crm shell! I have confirmed that the
> ppa version of libglib2.0-0 is the one that is installed
> (2.24.1-0ubuntu1.1~ppa1).
> I am not sure if it is a side-effect of this problem or not but
> shutting down the machines takes quite awhile - at least 5 minutes.
> During this time crmd prints a bunch of Pending (id: ...) statements
> for different resources in my pacemaker configuration. Eventually it
> times out and does restart, though it seems like this behavior could
> be improved.
> Thanks!
> Andrew
> ----- Original Message -----
> From: "Jake Smith" <jsmith at argotec.com>
> To: "The Pacemaker cluster resource manager"
> <pacemaker at oss.clusterlabs.org>
> Sent: Monday, January 9, 2012 3:03:14 PM
> Subject: Re: [Pacemaker] Cannot Create Primitive in CRM Shell
> Andrew - my solution below may have been a premature answer. It may
> have only applied to something on my system that wasn't right.
> First thing would be to check and see if you have the correct
> libglib2.0-0 version:
> 2.24.1-0ubuntu1.1~ppa1
> If you do than disregard below.
> Jake
> ----- Original Message -----
> > From: "Jake Smith" <jsmith at argotec.com>
> > To: "The Pacemaker cluster resource manager"
> > <pacemaker at oss.clusterlabs.org>
> > Sent: Monday, January 9, 2012 3:31:23 PM
> > Subject: Re: [Pacemaker] Cannot Create Primitive in CRM Shell
> >
> > ----- Original Message -----
> > > From: "Rasto Levrinc" <rasto.levrinc at gmail.com>
> > > To: "The Pacemaker cluster resource manager"
> > > <pacemaker at oss.clusterlabs.org>
> > > Sent: Monday, January 9, 2012 2:12:54 PM
> > > Subject: Re: [Pacemaker] Cannot Create Primitive in CRM Shell
> > >
> > > On Mon, Jan 9, 2012 at 3:34 PM, Andrew Martin
> > > <amartin at xes-inc.com>
> > > wrote:
> > > > Hi Florian,
> > > >
> > > > Thanks for the quick response. This is a fresh install of
> > > > pacemaker/heartbeat on two VMs so it should not have any
> > > > previous/corrupted
> > > > configuration (Ubuntu 10.04 amd64). I had previously deployed
> > > > pacemaker on
> > > > alternative copies of these VM images, but both of those have
> > > > since
> > > > been
> > > > deleted. I am using the versions of these packages from the
> > > > Ubuntu
> > > > HA
> > > > PPA because the Lucid version does not appear to contain
> > > > ocf:heartbeat:exportfs.
> >
> > Andrew - I was having similiar problems and I believe I've fixed it
> > on mine and wouldn't be surprised if it was the same on yours.
> >
> > ***All the credit goes to Florian and the Hastexo group from
> > pointing
> > me to the problem***
> >
> > I use the ubuntu-ha-maintainers PPA also. There is an updated
> > version of libglib2.0-0 that (along with some fixes that are
> > applied
> > to corosync? in the ppa) fixes the issue you and I were seeing with
> > adding primitives and ra info commands and even caused corosync to
> > hang on stop for mine.
> > Problem is that the libglib2.0-0 has an updated package in Lucid
> > updates which gives it priority over the version in the ppa. To
> > fix:
> >
> > (assuming you are using the ubuntu-ha-maintainers ppa)
> >
> > $vi /etc/apt/preferences.d/ubuntu-ha-maintainers-ppa-pin-995
> > and add:
> >
> > Package: *
> > Pin: release o=LP-PPA-ubuntu-ha-maintainers
> > Pin-Priority: 995
> >
> > Then apt-get upgrade. Then I restarted both nodes and all was well.
> >
> > HTH!
> >
> > Jake
> >
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs: http://bugs.clusterlabs.org
> >
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> Project Home: http://www.clusterlabs.org
> Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
_______________________________________________
Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20120110/1fbad5f9/attachment.htm>
More information about the Pacemaker
mailing list