(please keep cluster-devel in the CC list, it might be helpful for other people too)
On 10/26/2011 3:00 PM, Nick Khamis wrote: > Hello Gents, > > Thank you so much for your responses! There use to be > "--enable-pacemaker" "--disable-cman" > flags. These have since been dropped. So just build everything in > Cluster 3 even for the pcmk stack? Yes that is correct. dlm_controld.pcmk has been obsoleted in favour of cman support for pacemaker. > > Any idea on the following fence error: > > /src/cluster-3.1.7/fence/fenced/config.c > In file included from /usr/local/src/cluster-3.1.7/fence/fenced/config.c:1: > /usr/local/src/cluster-3.1.7/fence/fenced/fd.h:182: error: field > cpg_ringid has incomplete type > make[2]: *** [config.o] Error 1 > make[2]: Leaving directory `/usr/local/src/cluster-3.1.7/fence/fenced' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/local/src/cluster-3.1.7/fence' > make: *** [fence] Error 2 > > I am prototyping on a debian VM, and will be using fence_virt. For > production, we will move to > RH and obviously a STONITH device. > > Thanks in Advance, > > Nick from Toronto. You need a newer version of corosync. I don“t recall exactly what version introduces the cpg_ringid, but you are better off taking 1.4.2. Fabio