[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-601-gbc448f7

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 10 11:00:44 PST 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  bc448f7919eefd2a46d30b795d5a24f8172c44fe (commit)
       via  d526f3cbd6efe0f146022a4fd395b7fe414b1b14 (commit)
      from  5bbc7bbedfd2ee64e1f7e46fc71e81dd756c9636 (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 bc448f7919eefd2a46d30b795d5a24f8172c44fe
Author: Srinivas Eeda <srinivas.eeda at oracle.com>
Date:   Mon Jan 10 10:59:07 2011 -0800

    o2hbmonitor: add semaphore
    
    Allow only one active instance of the monitor utility.
    
    Signed-off-by: Srinivas Eeda <srinivas.eeda at oracle.com>
    Acked-by: Sunil Mushran <sunil.mushran at oracle.com>

commit d526f3cbd6efe0f146022a4fd395b7fe414b1b14
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Jan 10 10:59:33 2011 -0800

    o2hbmonitor: Disk heartbeat monitor
    
    o2hbmonitor monitors o2cb disk heartbeat. It periodically reads o2hb
    debugfs file, elapsed_time_in_ms, and checks whether the time is greater
    than the warn threshold. if so, it prints a message in syslog.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

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

Summary of changes:
 Makefile                                  |    2 +-
 o2monitor/.gitignore                      |    3 +
 o2monitor/Makefile                        |   26 ++
 o2monitor/o2hbmonitor.c                   |  431 +++++++++++++++++++++++++++++
 vendor/common/ocfs2-tools.spec-generic.in |    1 +
 5 files changed, 462 insertions(+), 1 deletions(-)
 create mode 100644 o2monitor/.gitignore
 create mode 100644 o2monitor/Makefile
 create mode 100644 o2monitor/o2hbmonitor.c


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



More information about the Ocfs2-tools-commits mailing list