[Ocfs2-tools-commits] branch, ocfs2-tools-1.4, updated. ocfs2-tools-1.4.0-389-gdea7646

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Apr 14 19:26:30 PDT 2010


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, ocfs2-tools-1.4 has been updated
       via  dea7646f9f2906536087cf632a8924b3cb4ab7ab (commit)
      from  2830873dc91a178b8f28873d173d73b5e00982b5 (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 dea7646f9f2906536087cf632a8924b3cb4ab7ab
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Apr 13 13:47:30 2010 +0800

    ocfs2_hb_ctl: Make it knows device mapper.
    
    The old ocfs2_hb_ctl scan /proc/partitions and generate
    device name according to it. So this patch try to use
    device mapper device. It borrowed the function
    scan_dir_for_dev from mounted.c which is committed in
    b26f968befed03862bde95d9df60b20922d00c79.
    
    The main change includes:
    1. Make compare_dev accepts a full device name so that
       it won't generate it by itself now.
    2. copy scan_dir_for_dev from mounted.c, I tried to add
       it to libocfs2, but as it is really application related,
       I gave up finally.
    3. Change scan_devices so that it can generate the full
       device name and the device mapper name now.
    4. Fix a bug which set 'rc' while return 'err' in scan_devices.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 ocfs2_hb_ctl/ocfs2_hb_ctl.c |   91 +++++++++++++++++++++++++++++++-----------
 1 files changed, 67 insertions(+), 24 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list