Hello,
few days ago, I asked about python bindings, since then, I played a bit with
pacemaker-mgmt package, especially the pymgmt class. I was able to create very
simple
python management class using it, which could be used as a base for creating
more
sophisticated library (which I'd like to cre
Hi,
We began shift investigation to the combination of Pacemaker and
corosync/openais now.
We put Pacemaker and openais(whitetank) together and confirmed movement at the
time of the process
trouble.
(This is the function that a reboot emergency occurred by a combination with
Heartbeat.)
I let
Hi,
On Thu, 2009-07-16 at 20:28 +0900, Junko IKEDA wrote:
> Hi,
>
> The new patch worked well!
> and the error message also disappeared.
> Thanks a lot!
> I will continue the test around snmp.
Okay. Attached the improved patch. If it's built only for openais
(configure --without-heartbeat-support)
Hi,
The new patch worked well!
and the error message also disappeared.
Thanks a lot!
I will continue the test around snmp.
Regards,
Junko
On Thu, 16 Jul 2009 17:22:54 +0900, Yan Gao wrote:
> On Thu, 2009-07-16 at 16:20 +0900, Junko IKEDA wrote:
>> Hi,
>>
>> Does openais need not "myuuid" but
On 2009-07-15T21:06:43, li...@unimitated.com wrote:
> Hello all, I've been trying to set my cluster up so that no two resources
> run on the same node together (i.e. each node in the cluster runs one and
> only one resource and if there are not enough nodes something does not
> run). Is it pos
On Thu, Jul 16, 2009 at 4:06 AM, wrote:
> Hello all, I've been trying to set my cluster up so that no two resources
> run on the same node together (i.e. each node in the cluster runs one and
> only one resource and if there are not enough nodes something does not run).
> Is it possible to easily
On Thu, 2009-07-16 at 16:20 +0900, Junko IKEDA wrote:
> Hi,
>
> Does openais need not "myuuid" but "myid"?
Usually, a node's uuid is same as its uname for openais. Please try the
new attached patch, it should work in most cases. As you know, System
uname could be changed later, So we'll seek a bet
Hi,
Does openais need not "myuuid" but "myid"?
I still get the following error.
Could not map uname=dom3 to a UUID: The object/attribute does not exist
Thanks,
Junko
On Thu, 16 Jul 2009 11:21:59 +0900, Junko IKEDA
wrote:
> Hi,
>
> I tried your patch,
> and there was no problem with compilin