[Openais] corosync and qdevice

2013-03-20 Thread eXeC001er
Hello. The corosync-2.x has qdevice logic, but i have not found any details about using the logic. The first Q: According to the tests that are part of corosync-sources i think that i can: 1. create a daemon that register a QDEVICE and will notify corosync about the device

Re: [Openais] corosync and qdevice

2013-03-20 Thread eXeC001er
2013/3/20 Fabio M. Di Nitto fdini...@redhat.com On 3/20/2013 4:31 PM, eXeC001er wrote: Hello. The corosync-2.x has qdevice logic, but i have not found any details about using the logic. that is because the API is not yet supported. The core is done and ready to be used

Re: [Openais] corosync and qdevice

2013-03-20 Thread eXeC001er
2013/3/20 Fabio M. Di Nitto fdini...@redhat.com On 3/20/2013 5:27 PM, eXeC001er wrote: The first Q: According to the tests that are part of corosync-sources i think that i can: 1. create a daemon that register a QDEVICE and will notify corosync

Re: [Openais] corosync and qdevice

2013-03-21 Thread eXeC001er
2013/3/20 Fabio M. Di Nitto fdini...@redhat.com On 3/20/2013 6:26 PM, eXeC001er wrote: 2013/3/20 Fabio M. Di Nitto fdini...@redhat.com mailto:fdini...@redhat.com On 3/20/2013 5:27 PM, eXeC001er wrote: The first Q: According

Re: [Openais] corosync and qdevice

2013-03-21 Thread eXeC001er
2013/3/21 Fabio M. Di Nitto fdini...@redhat.com On 3/21/2013 12:18 PM, eXeC001er wrote: 2013/3/20 Fabio M. Di Nitto fdini...@redhat.com mailto:fdini...@redhat.com On 3/20/2013 6:26 PM, eXeC001er wrote: 2013/3/20 Fabio M. Di Nitto fdini...@redhat.com

[Openais] binding to corosync

2013-03-27 Thread eXeC001er
Hello. I tried to create an application that uses corosync via its libraries, but it seems something wrong. On the machine where i debug corosync-tests work fine, but my application does not work. The application cannot intialize CMAP connection (same with VOTEQUORUM). *_initialize function

Re: [Openais] binding to corosync

2013-03-28 Thread eXeC001er
, Honza eXeC001er napsal(a): Hello. I tried to create an application that uses corosync via its libraries, but it seems something wrong. On the machine where i debug corosync-tests work fine, but my application does not work. The application cannot intialize CMAP connection (same

Re: [Openais] binding to corosync

2013-04-03 Thread eXeC001er
(or file a libqb issue at github), because from corosync side, there is now way how to help. Regards, Honza eXeC001er napsal(a): 2013/3/28 Jan Friesse jfrie...@redhat.com Hi, corosync functions never returns ERRNO errors. They are returning errors like CS_ERR_*. What is return value

[Openais] corosync + qdevice, VMs and bridge

2013-04-17 Thread eXeC001er
Hello. I have tried to create the following demo-cluster to check how work MasterWins logic: NODE1 (VM) |== tap0 (host) NODE2 (VM) |=br0(host) NODE3 (VM) |== tap1 (host) NODE3 (VM) To simulate 50/50 split i

Re: [Openais] corosync + qdevice, VMs and bridge

2013-04-18 Thread eXeC001er
2013/4/17 Fabio M. Di Nitto fdini...@redhat.com On 4/17/2013 3:57 PM, eXeC001er wrote: Hello. I have tried to create the following demo-cluster to check how work MasterWins logic: NODE1 (VM) |== tap0 (host) NODE2 (VM