[Ocfs2-tools-commits] branch, for-review-20110819, created. ocfs2-tools-1.4.0-698-g6f2d2bc

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Aug 19 15:06:58 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, for-review-20110819 has been created
        at  6f2d2bceb822b3ec966fc4a7ebafe6b6896ac828 (commit)

- Log -----------------------------------------------------------------
commit 6f2d2bceb822b3ec966fc4a7ebafe6b6896ac828
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:29 2011 -0700

    ocfs2-tools: Do not distrbute old doc files
    
    README.O2CB, ocfs2_faq.txt and users_guide.txt are out of date. No point
    distributing them with the package.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit cb180138ab991070df7e672f32473530245b9eb2
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:28 2011 -0700

    ocfs2: Add manpage
    
    The ocfs2 user's guide has been converted to a manpage.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 1834a0ee321e60fb958294214b989eb7e4172d77
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:27 2011 -0700

    o2cb: Refresh manpage
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit ad1da42a59144f670d0ae8ce36f32e6c7a091572
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:27 2011 -0700

    o2cb: Add manpage for sysconfig/o2cb
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 31a79a5f30e8e9f42974370867badc2dc643da87
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:26 2011 -0700

    o2cb: Add manpage for cluster.conf
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit e2fa65900b1f86c856afed20df5d21981c18986d
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:26 2011 -0700

    o2hbmonitor: Add manpage
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit bfe402ef144707ac03851d12344769ddb5ad1493
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:25 2011 -0700

    manpages: Refreshes manpages
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 8d695d2f818e8d6e380f735773e526e8b50af6ed
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:24 2011 -0700

    Postamble: Remove (S)BIN_EXTRA in clean
    
    Postamble.make was not removing BIN_EXTRA and SBIN_EXTRA during clean.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit b1115bcad11c843a5f68bc88043e460090519425
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:24 2011 -0700

    o2cbtool: Fix command stop-heartbeat and unregister-cluster
    
    o2cb tool commands stop-hearbeat and unregister-cluster should not validate the
    provided cluster name with cluster.conf. These commands should look up the
    active cluster (in configfs) and continue if the name matches. That the name
    in cluster.conf is different is immaterial because these two operations don't
    need the cluster.conf to function.
    
    This also fixes other issues found during testing like infinite loop while
    unregistering an unknown cluster and SEGV during cluster-status.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 9a211b3c9475a11f14181bdfa49725a021d99c25
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Fri Aug 19 14:37:23 2011 -0700

    debugfs.ocfs2: Add command grpextents
    
    grpextents prints a list of free extents in the group descriptor provided as
    an argument. Like the "group" command, grpextents will follow chain pointers
    (and print for each group) to the end of a chain. A few other useful
    statistics are printed (number of extents found, average extent size,
    largest extent).
    
    Group# 14602240   Total: 15872   Used: 7181   Free: 8691
    ###   Start    Length    ###   Start    Length    ###   Start    Length
    1     6145     1349      2     7495     389       3     7885     364
    4     8250     380       5     8631     372       6     9004     389
    7     9394     372       8     9767     357       9     10125    366
    10    10492    1013      11    12529    55        12    12585    373
    13    12959    380       14    13340    2532
    Free Extent Count: 14   Longest: 2532   Average: 620
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 86bac2f90768cf7bec8c55bfc9c14f966974b13c
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:22 2011 -0700

    debugfs: Add command net_stats
    
    net_stats pretty prints o2net statistics available at $DEBUGFS/o2net/stats.
    
           ------- msg / sec -------   --------------------------- usecs / msg ---------------------------
    Node#  send q       recv q        (acquiry       xmit          wait        ) send         process
    8      1            0              7.747         42.648        219.423       269.818      0.000
    32     55362        726            1.157         10.651        151.329       163.137      1.413
    34     113452       265762         1.139         9.384         165.553       176.076      1.973
    50     969          3812           1.512         7.987         4318.601      4328.099     2.641
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit e14af8d90013a98d44cff77804f71b6478596cd8
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:22 2011 -0700

    debugfs: Fix open_debugfs_file()
    
    Allow open_debugfs_file() to access o2net dentries that do not
    have UUID in the path.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 8d5b1087321aa8e688683a29051a5609db1739e3
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:21 2011 -0700

    libocfs2: Update some error messages
    
    Update the text in few error messages.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit f88475f52d77b702582fa8a75740848c2510ccd1
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:20 2011 -0700

    debugfs.ocfs2: Fix output of dxroot
    
    Patch adds a missing tab in the output of dxroot.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 6f13b6c00abe288b026515d0f0e58a860a9e3f5c
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:20 2011 -0700

    libocfs2: Added generic block swap functions
    
    Added functions ocfs2_swap_block_from_cpu() and ocfs2_swap_block_to_cpu()
    that detect the ocfs2 block type and call the appropriate swap functions.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit ce84522142da3654b2eeb0868cc8d1cd1e23e566
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:37:19 2011 -0700

    libocfs2: Move metadata block type detect to libocfs2
    
    Function to detect metadata block type moved from debugfs.ocfs2 to libocfs2.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 063a19d540d11dc285ef0f9c795f2743726e5734
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Fri Aug 19 14:36:41 2011 -0700

    extras: Add utility resize_slotmap.c
    
    resize_slotmap is a utility that resizes the //slot_map file. It does not extend
    or truncate the file. It only changes the i_size within the set bounds. The upper
    limit is the allocated size (1 cluster) and the minimum space is 2040 bytes
    (OCFS2_MAX_SLOTS * sizeof(struct ocfs2_extended_slot)).
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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


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



More information about the Ocfs2-tools-commits mailing list