[Ocfs2-tools-commits] branch, libdlmcontrol, created. ocfs2-tools-1.4.0-127-gbd0bfb0

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Aug 8 18:09:26 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, libdlmcontrol has been created
        at  bd0bfb01ee536847f6d8717066bdc0d00dcb0ecf (commit)

- Log -----------------------------------------------------------------
commit bd0bfb01ee536847f6d8717066bdc0d00dcb0ecf
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Aug 1 19:55:23 2008 -0700

    ocfs2_controld: Register mountgroups with dlm_controld
    
    Links up the mountgroup code with the dlmcontrol code.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit d56a960b252175b9664ae69c192bc9343a8a054a
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Aug 1 19:13:29 2008 -0700

    ocfs2_controld: Registration function for lockspaces.
    
    We want to register a filesystem uuid with dlm_controld so that the
    lockspace waits on us before recovery.  We use libdlmcontrol's
    registration functions.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit cd8601645ee6b7702fec5c00ff2cdd1647a4d50a
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Aug 1 19:13:03 2008 -0700

    ocfs2_control: udev rule update
    
    We only have one filename, so there is no need to use %k.  udevd didn't
    like it somehow.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit cc9fb14338ed4da27c7e1480100ba4acc3b15738
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Aug 1 15:52:26 2008 -0700

    ocfs2_controld: Connect to dlm_controld.
    
    Our first step in introducing the dlmcontrol API is to connect and
    disconnect from dlm_controld at start and exit.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 9fdf28b287960f376f554fa89f1de5f341d1b866
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Jul 29 18:15:01 2008 -0700

    ocfs2_controld: Make libdlmcontrol required
    
    ocfs2_controld needs to use libdlmcontrol to talk to dlm_controld.  This
    makes configure detect its presence.  It also separates
    BUILD_OCFS2_CONTROLD from BUILD_CMAN_SUPPORT.  The parts required for
    all ocfs2_controlds (cpg, openais, libdlm, libdlmcontrol) are tested
    separately then the cman part specific to a cman controld.
    
    This allows other stacks to check and set BUILD_XXX_SUPPORT for their
    own controld independent of cpg/libdlm.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit c4a59f523cd1bb0f3e4b88d5edb053f926f2a295
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Aug 8 18:07:50 2008 -0700

    libo2dlm: Fix a couple of bugs accessing libdlm.
    
    This fixes two bugs with libdlm.  First, older versions of fs/dlm could
    return EEXIST while the filesystem is mounted.  Handle that.  Second,
    and uninitialized dlm_ctxt sometimes prevented us from loading libdlm in
    the first place.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 1666b0e6671845b9bdca237d6e6fcc9a2b6f74f2
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Jul 29 17:08:36 2008 -0700

    libo2dlm: We create libdlm.h for compatibility when we don't find libdlm.  Let's ignore that file.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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


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



More information about the Ocfs2-tools-commits mailing list