[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-803-g0b8be47

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 30 12:53:45 PST 2015


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  0b8be47d61dbdcd08d21c83f0b3993735b884ef9 (commit)
       via  91414cb6ee1e19d948bde0f81216c92dfc0e2208 (commit)
       via  a37f49071bc6a24f0bdfa0e21b0f47b475251ca7 (commit)
       via  8d43968eceefec5c7becc6896964aee9de51493f (commit)
       via  a351a22af2753132e412ea2a0fa255b3b6e77ce6 (commit)
       via  dc3f0518517efdf141135b2dd4830d1477875a37 (commit)
       via  b129bbf472a7a0bc04ec054ff7bcf7188d202302 (commit)
      from  65fac00924ecebc9922ea6b918b9428d1dba190e (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 0b8be47d61dbdcd08d21c83f0b3993735b884ef9
Author: Srinivas Eeda <srinivas.eeda at oracle.com>
Date:   Fri Jan 30 12:51:45 2015 -0800

    tools: Up version to 1.8.4
    
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit 91414cb6ee1e19d948bde0f81216c92dfc0e2208
Author: Srinivas Eeda <srinivas.eeda at oracle.com>
Date:   Fri Jan 30 12:46:58 2015 -0800

    Add users guide (txt version) and o2cb README to DIST_FILES so they are included in the tarball output of 'make dist'.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit a37f49071bc6a24f0bdfa0e21b0f47b475251ca7
Author: Goldwyn Rodrigues <rgoldwyn at suse.de>
Date:   Fri Jan 30 12:46:57 2015 -0800

    Auto setup o2cb stack as default if no stack is setup
    
    From: Goldwyn Rodrigues <rgoldwyn at suse.de>
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit 8d43968eceefec5c7becc6896964aee9de51493f
Author: Goldwyn Rodrigues <rgoldwyn at suse.de>
Date:   Fri Jan 30 12:46:57 2015 -0800

    mkfs: Setup cluster_stack if not setup based on args
    
    From: Goldwyn Rodrigues <rgoldwyn at suse.de>
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit a351a22af2753132e412ea2a0fa255b3b6e77ce6
Author: Goldwyn Rodrigues <rgoldwyn at suse.de>
Date:   Fri Jan 30 12:46:38 2015 -0800

    Auto setup cluster_stack based on what is on disk
    
    From: Goldwyn Rodrigues <rgoldwyn at suse.de>
    
    This happens only the first time.
    mount.ocfs2 reads the stack from the filesystems superblock. If the
    stack is not setup, it will modprobe the modules and write the
    appropriate stack name to cluster_stack file.
    If it is already present, it tries to edit/re-write it, if different.
    If it fails, the mount fails.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit dc3f0518517efdf141135b2dd4830d1477875a37
Author: Goldwyn Rodrigues <rgoldwyn at suse.de>
Date:   Fri Jan 30 12:44:59 2015 -0800

    This requires dlm_lt libraries and they have been added wherever
    required.
    
    Note, we can possibly remove runtime load of dlm_lt and should use
    compile time options. We are detecting the presence of libdlm during
    compile time anyways.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

commit b129bbf472a7a0bc04ec054ff7bcf7188d202302
Author: Goldwyn Rodrigues <rgoldwyn at suse.de>
Date:   Fri Jan 30 12:44:15 2015 -0800

    Get cluster list info from corosync
    
    From: Goldwyn Rodrigues <rgoldwyn at suse.de>
    
    Instead of getting the cluster list from controld, we get the list
    directly from Corosync's cmap.
    
    This introduces a new config flag BUILD_CMAP_SUPPORT, which
    translates to HAVE_CMAP defines for libo2cb.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.de>
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>

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

Summary of changes:
 Config.make.in                       |    1 +
 Makefile                             |    2 +
 configure.in                         |   21 ++++-
 debugfs.ocfs2/Makefile               |    6 +
 fsck.ocfs2/Makefile                  |    6 +
 fswreck/Makefile                     |    4 +
 include/o2cb/o2cb.h                  |    1 +
 libo2cb/Makefile                     |    8 ++
 libo2cb/o2cb_abi.c                   |  181 +++++++++++++++++++++++++++++++++-
 libocfs2/Makefile                    |    4 +
 listuuid/Makefile                    |    4 +
 mkfs.ocfs2/Makefile                  |    6 +
 mkfs.ocfs2/check.c                   |    9 ++
 mount.ocfs2/Makefile                 |    6 +
 mount.ocfs2/mount.ocfs2.c            |    6 +
 mounted.ocfs2/Makefile               |    6 +
 o2cb_ctl/Makefile                    |    8 ++-
 o2image/Makefile                     |    4 +
 ocfs2_controld/Makefile              |    2 +-
 ocfs2_hb_ctl/Makefile                |    6 +
 ocfs2cdsl/Makefile                   |    4 +
 ocfs2console/ocfs2interface/Makefile |    4 +
 tunefs.ocfs2/Makefile                |    6 +
 23 files changed, 300 insertions(+), 5 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list