[Ocfs2-tools-commits] branch, progress, updated. ocfs2-tools-1.4.0-239-g37b9475

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 2 19:06:57 PST 2009


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, progress has been updated
       via  37b94754969c1eb94dbabb150f8d980780b5e575 (commit)
       via  e03c29195cfc893f6fdb3e44706416cc8129c4ee (commit)
       via  b25b60909fac2ac9be806ce0efdfeed801e06622 (commit)
       via  590ad7b3af1e962b019ed3d493bbdb7631a95bfb (commit)
       via  3293237abd334a68eeb5560c97fb4e7318031a15 (commit)
      from  a7089d4e13b60b616b894d0907a12a769fa0d78e (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 37b94754969c1eb94dbabb150f8d980780b5e575
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 19:06:25 2009 -0800

    tunefs.ocfs2: Display progress while locking down the filesystem
    
    Locking and unlocking the filesystem takes time with o2cb.  Add progress
    display for it.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit e03c29195cfc893f6fdb3e44706416cc8129c4ee
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:56:47 2009 -0800

    tunefs.ocfs2: Progress display for update-cluster-stack.
    
    Display the progress of the update-cluster-stack operation.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit b25b60909fac2ac9be806ce0efdfeed801e06622
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:53:52 2009 -0800

    tunefs.ocfs2: Fix a substring bug in op_set_label.
    
    If tunefs was trying to set the label of a filesystem to a substring of
    the current label, it would consider the label already set, because it
    wasn't checking the string terminator.
    
    For example, a filesystem has the label "server12".  tunefs is run with
    the label "server1" (that is, 'tunefs -L server1').  tunefs will compare
    the two strings, but only to the length of the new label.  Since the new
    label is the same as the start of the old label, tunefs says "label
    already set" and does nothing.  This is wrong.
    
    The fix is to compare one byte more than the length of the new label.
    This includes the string terminating NUL character.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 590ad7b3af1e962b019ed3d493bbdb7631a95bfb
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:47:56 2009 -0800

    tunefs.ocfs2: Progress display for cloning a volume.
    
    The clone-volume operation displays its progress.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 3293237abd334a68eeb5560c97fb4e7318031a15
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:46:48 2009 -0800

    tunefs.ocfs2: Print the cloned-volume help more accurately
    
    We allow an optional label argument to --cloned-volume.  Because it is
    optional, it must be passed like "--cloned-volume=new-label".  A space
    ("--cloned-volume new-label") is not valid.
    
    Update the help string to match
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/libocfs2ne.c              |   27 +++++++++++++++++++++++++++
 tunefs.ocfs2/ocfs2ne.c                 |    2 +-
 tunefs.ocfs2/op_cloned_volume.c        |   15 +++++++++++++++
 tunefs.ocfs2/op_set_label.c            |    2 +-
 tunefs.ocfs2/op_update_cluster_stack.c |    9 +++++++++
 5 files changed, 53 insertions(+), 2 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list