[Ocfs2-devel] [Patch 3/3] ocfs2-tools: Fix compilation of Pacemaker glue for ocfs2_controld

Joel Becker Joel.Becker at oracle.com
Tue Nov 18 15:08:08 PST 2008


On Tue, Nov 18, 2008 at 11:18:45AM +0100, Andrew Beekhof wrote:
> Fix compilation of Pacemaker glue for ocfs2_controld when the  
> underlying Pacemaker installation supports both the Heartbeat and  
> OpenAIS stack
> 
> Signed-off-by: Andrew Beekhof <abeekhof at suse.de>

	I'll trust you on this one.

Signed-off-by: Joel Becker <joel.becker at oracle.com>

> 
> --- upstream/ocfs2_controld/pacemaker.c	2008-09-11 16:51:11.000000000  
> +0200
> +++ dev/ocfs2_controld/pacemaker.c	2008-10-23 13:14:56.000000000 +0200
> @@ -20,8 +20,16 @@
>   #include <unistd.h>
>   #include <syslog.h>
> 
> -#include <crm/crm.h>
> -#include <crm/common/cluster.h>
> +#include <bzlib.h>
> +
> +#include <pacemaker/crm_config.h>
> +/* heartbeat support is irrelevant here */
> +#undef SUPPORT_HEARTBEAT
> +#define SUPPORT_HEARTBEAT 0
> +
> +#include <pacemaker/crm/crm.h>
> +#include <pacemaker/crm/ais.h>
> +#include <pacemaker/crm/common/cluster.h>
>   #include <fencing/stonithd_api.h>
> 
>   #include "ocfs2-kernel/kernel-list.h"
> @@ -29,9 +37,6 @@
> 
>   #include "ocfs2_controld.h"
> 
> -#include <bzlib.h>
> -#include <crm/crm.h>
> -#include <crm/ais.h>
>   #include <sys/utsname.h>
> 
>   int			our_nodeid = 0;
> 
> 
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-devel

-- 

"Nearly all men can stand adversity, but if you really want to
 test a man's character, give him power."
	- Abraham Lincoln

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-devel mailing list