[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-210-gbf2a545

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 4 07:44:48 PST 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  bf2a545185876cc6bafb62c71471dfc7e112176a (commit)
       via  978d92d093668e342bf5671ad95d129911cbcebb (commit)
      from  a7b4b5fca237fd38c4dd84c065b387ab5ba76502 (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 bf2a545185876cc6bafb62c71471dfc7e112176a
Author: Andrew Beekhof <abeekhof at suse.de>
Date:   Tue Nov 18 11:18:45 2008 +0100

    ocfs2-tools: Fix compilation of Pacemaker glue for ocfs2_controld
    
    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>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

commit 978d92d093668e342bf5671ad95d129911cbcebb
Author: Andrew Beekhof <abeekhof at suse.de>
Date:   Tue Nov 18 11:18:42 2008 +0100

    ocfs2-tools: ocfs2_controld leaves std(in|out|err) unassigned
    
    Leaving std(in|out|err) unassigned causes havoc when included code (in
    this case openais libraries) print to std(err|out).
    Specifically, this often leads to memory corruption since the output
    is sent to IPC sockets.
    
    The safest approach is to reopen std(in|out|err) and have them point
    to /dev/null
    
    Signed-off-by: Andrew Beekhof <abeekhof at suse.de>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

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

Summary of changes:
 ocfs2_controld/main.c      |   13 +++++++++++++
 ocfs2_controld/pacemaker.c |   15 ++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list