[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-133-g8d5359d

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Aug 14 18:13:56 PDT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tools to manage the ocfs2 filesystem.".

The branch, master has been updated
       via  8d5359db99d0412714760f6bbdaf4f4e04bc2392 (commit)
       via  325b9d3dea9315d370dc929823f9e6d97b0a1355 (commit)
      from  2d9bac7d21f98f9f2e6ef2de414c2f77e57a9d25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d5359db99d0412714760f6bbdaf4f4e04bc2392
Author: Andrew Beekhof <abeekhof at suse.de>
Date:   Thu Aug 14 10:53:47 2008 -0700

    ocfs2_controld: pacemaker support
    
    This adds the build changes, and the core support for the pacemaker cluster
    project.
    
    Pacemaker is a next generation cluster resource manager, formerly part of
    the heartbeat project. For more details, see:
    
    http://www.clusterlabs.org/
    
    Since pacemaker uses the openais api's, integration is fairly simple - we only
    need drop in a pacemaker.c file which fills out the required ocfs2_controld
    api's.
    
    [ Whitespace, coding style fixes, naming fixes --Mark ]
    
    Signed-off-by: Andrew Beekhof <abeekhof at suse.de>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 325b9d3dea9315d370dc929823f9e6d97b0a1355
Author: Andrew Beekhof <abeekhof at suse.de>
Date:   Thu Aug 14 10:34:36 2008 -0700

    ocfs2_controld: Don't print hard-coded stack name
    
    Signed-off-by: Andrew Beekhof <abeekhof at suse.de>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <Joel.Becker at oracle.com>

-----------------------------------------------------------------------

Summary of changes:
 Config.make.in                  |    1 +
 configure.in                    |   12 ++
 ocfs2_controld/Makefile         |   17 ++-
 ocfs2_controld/cman.c           |    1 +
 ocfs2_controld/main.c           |    6 +-
 ocfs2_controld/ocfs2_controld.h |    1 +
 ocfs2_controld/pacemaker.c      |  308 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 341 insertions(+), 5 deletions(-)
 create mode 100644 ocfs2_controld/pacemaker.c


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list