[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-667-g9bab4bd

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 24 10:34:00 PDT 2011


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  9bab4bd296e47dd30080671ef8106c4cdc4ff25d (commit)
       via  54f0f55467aa024a25ec86081de6c77b25f59f68 (commit)
       via  83ff31054171a49f692b564a45af8fecdd15152c (commit)
      from  ff5989884d188495a3b0e44d9bc4d0f18b2b6ba3 (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 9bab4bd296e47dd30080671ef8106c4cdc4ff25d
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Jun 24 08:56:57 2011 -0700

    tools: Cleaned up .gitignore(s)
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 54f0f55467aa024a25ec86081de6c77b25f59f68
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Jun 24 08:55:57 2011 -0700

    tools: Fix rpm building without ocfs2console
    
    Commit d3c7f28d09f271b151dabd844084f8578988c1f0 disabled building ocfs2console
    by default. However, that commit broke the rpm build.
    
    [Take 2 - BUILD_OCFS2CONSOLE configure option does not affect the rpm spec]
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Reviewed-by: Joel Becker <jlbec at evilplan.org>

commit 83ff31054171a49f692b564a45af8fecdd15152c
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Jun 24 08:54:57 2011 -0700

    o2cb: Add op cluster-status
    
    o2cb cluster-status [<clustername>]
    
    Subcommand cluster-status returns 0 if the clustername is online or
    1 otherwise.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Reviewed-by: Joel Becker <jlbec at evilplan.org>

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

Summary of changes:
 .gitignore                                |    2 +-
 configure.in                              |   50 +++++++-----
 debian/.gitignore                         |    2 +-
 debugfs.ocfs2/.gitignore                  |    2 +-
 extras/.gitignore                         |    3 +-
 fsck.ocfs2/.gitignore                     |    4 +-
 fswreck/.gitignore                        |    1 +
 include/ocfs2/.gitignore                  |    4 +-
 libo2cb/.gitignore                        |    2 +-
 libocfs2/.gitignore                       |    4 +-
 listuuid/.gitignore                       |    2 +-
 mkfs.ocfs2/.gitignore                     |    2 +-
 mount.ocfs2/.gitignore                    |    2 +-
 mounted.ocfs2/.gitignore                  |    2 +-
 o2cb_ctl/.gitignore                       |    2 +-
 o2cb_ctl/Makefile                         |    4 +-
 o2cb_ctl/o2cbtool.c                       |    8 ++-
 o2cb_ctl/o2cbtool.h                       |    8 ++-
 o2cb_ctl/o2cbutils.c                      |   78 +++++++++++++++++++
 o2cb_ctl/op_start.c                       |   31 +-------
 o2cb_ctl/op_status.c                      |  119 +++++++++++++++++++++++++++++
 o2image/.gitignore                        |    2 +-
 o2info/.gitignore                         |    5 +-
 o2monitor/.gitignore                      |    2 +-
 ocfs2_controld/.gitignore                 |    2 +-
 ocfs2_hb_ctl/.gitignore                   |    2 +-
 ocfs2cdsl/.gitignore                      |    2 +-
 ocfs2console/.gitignore                   |    2 +-
 ocfs2console/blkid/.gitignore             |    4 +-
 sizetest/.gitignore                       |    4 +-
 tunefs.ocfs2/.gitignore                   |    2 +-
 vendor/common/.gitignore                  |    2 +-
 vendor/common/ocfs2-tools.spec-generic.in |   13 +++-
 33 files changed, 288 insertions(+), 86 deletions(-)
 create mode 100644 o2cb_ctl/o2cbutils.c
 create mode 100644 o2cb_ctl/op_status.c


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



More information about the Ocfs2-tools-commits mailing list