[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-655-g16a3b91

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Apr 4 10:52:38 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  16a3b91f061df93008f2ba2bf42ab1b9b105adcf (commit)
       via  5a4f8f5d317a5b915ab56cecd5555649b242747d (commit)
       via  a38f9e93b794eea8e0c34206b17f35585ff03aab (commit)
       via  d86f8caeb0944a6c49df9e141d709b0f8e448507 (commit)
       via  c202dfbeb0796141657e6e614e0a14bae668c256 (commit)
      from  2480a215a600050d2bf923044dffac91439d982a (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 16a3b91f061df93008f2ba2bf42ab1b9b105adcf
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Apr 4 10:48:00 2011 -0700

    debugfs.ocfs2: Cleanup superblock output
    
    The cluster stack on disk is not null terminated. This patch ensures no
    funny characters follow the cluster stack in the output.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <jlbec at evilplan.org>

commit 5a4f8f5d317a5b915ab56cecd5555649b242747d
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Apr 4 10:47:18 2011 -0700

    o2cb.init: Improve o2cb status
    
    o2cb status lists the global heartbeat regions and the nodes in the
    o2cb cluster. This patch does not change the output if local heartbeat
    is active.
    
    The full output in global heartbeat mode is as follows:
    
    $ service o2cb status
    Driver for "configfs": Loaded
    Filesystem "configfs": Mounted
    Stack glue driver: Loaded
    Stack plugin "o2cb": Loaded
    Driver for "ocfs2_dlmfs": Loaded
    Filesystem "ocfs2_dlmfs": Mounted
    Checking O2CB cluster "mycluster": Online
      Heartbeat dead threshold: 31
      Network idle timeout: 30000
      Network keepalive delay: 2000
      Network reconnect delay: 2000
      Heartbeat mode: Global
    Checking O2CB heartbeat: Active
      77D95EF51C0149D2823674FCC162CF8B /dev/sdh1
      BBA1DBD0F73F449384CE75197D9B7098 /dev/sdf1
      DCDA2845177F4D59A0F2DCD8DE507CC3 /dev/sdm1
    Nodes in O2CB cluster: 92 96
    Active userdlm domains:  domain1 domain2
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <jlbec at evilplan.org>

commit a38f9e93b794eea8e0c34206b17f35585ff03aab
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Apr 4 10:43:54 2011 -0700

    o2cb.init: Allow re-online for the o2cb stack in global heartbeat mode
    
    Allows users to run "service o2cb online" to register changes to an
    already online cluster. This is allowed only for the o2cb stack when
    running in the global heartbeat mode.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <jlbec at evilplan.org>

commit d86f8caeb0944a6c49df9e141d709b0f8e448507
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Apr 4 10:43:41 2011 -0700

    tools: Tweak the shutdown order of the init services
    
    Patch changes the shutdown order of o2cb and ocfs2 init services
    to stop before nfs. This is needed to handle the use case in which
    the ocfs2 volume is a loopback file on nfs.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <jlbec at evilplan.org>

commit c202dfbeb0796141657e6e614e0a14bae668c256
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Apr 4 10:43:31 2011 -0700

    o2cb.init: Make it use the new cluster config tool, o2cb
    
    The init script uses the new o2cb utility (as opposed to o2cb_ctl) to
    online/offline the cluster. It also is now aware of global heartbeat
    and calls {start|stop}-heartbeat as part of online|offline cluster.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/dump.c       |   24 ++--
 vendor/common/o2cb.init.sh |  349 ++++++++++++++++++++++++++++++++++++--------
 vendor/common/ocfs2.init   |    2 +-
 3 files changed, 303 insertions(+), 72 deletions(-)
 mode change 100644 => 100755 vendor/common/o2cb.init.sh


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



More information about the Ocfs2-tools-commits mailing list