[Ocfs2-tools-commits] branch, progress, created. ocfs2-tools-1.4.0-240-g52f9086

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 2 19:12:24 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 created
        at  52f908671e6817d674e8cb6ba635b35b879958bc (commit)

- Log -----------------------------------------------------------------
commit 52f908671e6817d674e8cb6ba635b35b879958bc
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 19:11:48 2009 -0800

    tunefs.ocfs2: Display progress while setting the label.
    
    Simple progress display for the label setting operation.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 7d933813a71f36b6d9e8a560dd5da75c68a5681d
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>

commit a7089d4e13b60b616b894d0907a12a769fa0d78e
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:24:37 2009 -0800

    tunefs.ocfs2: Display progress when changing the number of slots.
    
    Display progress when adding or removing slots.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

    tunefs.ocfs2: Display progress when changing the size of journals.
    
    Progress indication for adjusting journal sizes.  This benefits
    op_set_journal_size and op_set_slot_count.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 7f64c55facc3186a8e6ff63e3026209f575332c2
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:23:24 2009 -0800

    tunefs.ocfs2: Progress display for enable/disable of inline-data.
    
    Display progress when changing the inline-data feature.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 98f025b57a69cf7d716f927195022aa93e8299c0
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:22:51 2009 -0800

    tunefs.ocfs2: Add progress display for enable/disable of sparse files.
    
    The progress bar for enabling and disabling sparse files.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit c06da8c109f15620696902f9955856323b13aae4
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:22:24 2009 -0800

    tunefs.ocfs2: Fix metaecc progress banner.
    
    Just make it consistent with our other feature banners.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 8aefd803b86c725863bd039c6af03c64ca48ef6f
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:21:28 2009 -0800

    tunefs.ocfs2: Display progress of the high-level tunefs operations.
    
    At the toplevel, tunefs.ocfs2 just shows the percentage of operations
    complete.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 8ab7d777fcc9b0f01789044c64285417458cbd61
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jan 2 18:19:36 2009 -0800

    libtools-internal: Handle interactive mode + progress correctly
    
    We weren't clearing the progress bar to take interactive input.  Fix
    that.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 0284ea3732782fe83db887c6a64c96ab5254feb9
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Dec 31 19:07:58 2008 -0800

    tunefs.ocfs2: Use progress in feature_metaecc.
    
    ocfs2ne.c learns the '-p' option to enable progress.  feature_metaecc
    Provides progress output.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 5ed6ba2b578bea2d6731e2a37c2f63252245a0f5
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Dec 31 19:07:24 2008 -0800

    libtools-internal: Smarter progress clearing.
    
    We don't need to call progress_clear() so much when we're outputting to
    a non-TTY.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 35309bec60525bfe3d84d2d41a5b28446c1cc678
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Dec 31 17:00:58 2008 -0800

    libtools-internal: Flesh out the behavior of progress
    
    The progress bar can now handle tiny terminals.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 58a04e74355dc5ee98950a1de15c5ce89f6558c3
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Dec 30 15:55:00 2008 -0800

    start progress stuff
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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


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



More information about the Ocfs2-tools-commits mailing list