HomeSort by: relevance | last modified time | path
    Searched refs:openais (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
Makefile 60 ifneq (,$(findstring openais,, "none,"))
61 SOURCES += clvmd-openais.c
Makefile.in 60 ifneq (,$(findstring openais,, "@CLVMD@,"))
61 SOURCES += clvmd-openais.c
clvmd-comms.h 81 # include <openais/saAis.h>
clvmd-openais.c 1 /* $NetBSD: clvmd-openais.c,v 1.1.1.2 2009/12/02 00:27:03 haad Exp $ */
18 * This provides the interface between clvmd and OpenAIS as the cluster
50 #include <openais/saAis.h>
51 #include <openais/saLck.h>
63 /* Timeout value for several openais calls */
92 /* OpenAIS handles */
98 /* Openais callback structs */
346 syslog(LOG_ERR, "Cannot initialise OpenAIS CPG service: %d",
348 DEBUGLOG("Cannot initialise OpenAIS CPG service: %d", err);
357 syslog(LOG_ERR, "Cannot initialise OpenAIS lock service: %d"
    [all...]
  /src/external/gpl2/lvm2/dist/
configure.in 342 * cman,corosync,openais (or selection of them)
371 if [[ `expr x"$CLVMD" : '.*openais.*'` != 0 ]]; then
397 dnl -- to skip the gulm + openais|corosync sanity check above.
459 dnl -- Look for corosync that's required also for openais build
475 dnl -- Look for openais libraries if required.
485 dnl -- optional for openais/cman build.
554 AC_MSG_RESULT([Enabling clvmd openais cluster manager])
555 CLVMD="$CLVMD,openais"
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 21 #include <sys/socket.h> /* These are for OpenAIS CPGs */
28 #include <openais/saAis.h>
29 #include <openais/saCkpt.h>
195 "OpenAIS not handling the load?",
204 /* error codes found in openais/cpg.h */

Completed in 17 milliseconds