[Ocfs2-tools-commits] branch, stack-user, updated. ocfs2-tools-1.2.6-145-gf1d47f5

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 21 18:20:22 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, stack-user has been updated
       via  f1d47f5c48f7445debcf16cceaabd5e6046e003c (commit)
       via  48fa9d319a50e8fe6b2cc4fa67f9af98e27c0d6f (commit)
       via  3d300221b9c420d7613cff676a95bb6e3fb26fc9 (commit)
       via  46a52ee153ffcb8c99874ff88701a669ef19b8ec (commit)
       via  d49c4bed540475d07b669d1a5284cfe0132522ed (commit)
       via  331d78da30c648bf689da5bdd2084b3ab276bd54 (commit)
       via  5bef42c875f377fe08fa496228d8c3d9965c0958 (commit)
       via  bc0e27f129b1f22deaf3d8d1e0cef33fbdce60b1 (commit)
      from  9cedebf9868b0e0e8a6da3ac1283845abc95dd04 (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 f1d47f5c48f7445debcf16cceaabd5e6046e003c
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Mar 21 18:19:22 2008 -0700

    tunefs.ocfs2: Update cluster information.
    
    When the user switches cluster stacks, existing filesystems will no
    longer mount - they are marked for the old stack.  Add the
    --update-cluster-stack option to tunefs.ocfs2.  It will write the
    configuration for the running cluster stack to the disk.
    
    At the same time, the '-M cluster' option needs to install userspace cluster
    information when appropriate.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 48fa9d319a50e8fe6b2cc4fa67f9af98e27c0d6f
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Mar 21 10:15:32 2008 -0700

    fsck.ocfs2: Fix cluster information in fsck.ocfs2
    
    If the running cluster differs from the cluster information written in
    the superblock, fsck.ocfs2 will not be able to lock the filesystem.  fsck
    can now replace the information in the superblock with the running
    configuration, allowing it to proceed with cluster locking.
    
    The actual code to install the cluster configuration is placed in libocfs2
    so tha tunefs can use it too.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 3d300221b9c420d7613cff676a95bb6e3fb26fc9
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Mar 21 12:29:27 2008 -0700

    libo2dlm: Detect libdlm in configure.
    
    If libdlm is not installed, do not compile userspace cluster support.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 Config.make.in                       |    2 +
 configure.in                         |   25 +-
 fsck.ocfs2/Makefile                  |    2 +-
 fsck.ocfs2/fsck.c                    |   70 +++
 fswreck/Makefile                     |    2 +-
 include/o2cb/o2cb.h                  |    2 +
 include/o2dlm/o2dlm.h                |   27 +-
 include/ocfs2/ocfs2.h                |    2 +
 libo2cb/o2cb_abi.c                   |   40 ++
 libo2dlm/.gitignore                  |    1 +
 libo2dlm/Makefile                    |    8 +-
 libo2dlm/o2dlm.c                     |  785 ++++++++++++++++++++++++++++------
 libo2dlm/o2dlm_test.c                |    3 +
 libocfs2/Makefile                    |    2 +-
 libocfs2/dlm.c                       |   57 +++-
 listuuid/Makefile                    |    2 +-
 mkfs.ocfs2/Makefile                  |    2 +-
 mkfs.ocfs2/check.c                   |   22 +-
 mount.ocfs2/Makefile                 |    2 +-
 mounted.ocfs2/Makefile               |    2 +-
 o2dlm.pc.in                          |    2 +-
 ocfs2_hb_ctl/Makefile                |    2 +-
 ocfs2cdsl/Makefile                   |    2 +-
 ocfs2console/ocfs2interface/Makefile |    2 +-
 tunefs.ocfs2/Makefile                |    2 +-
 tunefs.ocfs2/tunefs.c                |  110 +++++-
 tunefs.ocfs2/tunefs.h                |    2 +
 27 files changed, 977 insertions(+), 203 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list