[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-249-g1adbec9

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Feb 9 17:17:04 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, master has been updated
       via  1adbec9a9d409f3f2c127ddbff8c4504e2d126ed (commit)
       via  4691d5cf88cf626d3773c338e4d53bd60756a695 (commit)
      from  78d55ebfb0a252485e5943de6fcb905c0ea5f249 (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 1adbec9a9d409f3f2c127ddbff8c4504e2d126ed
Author: Coly Li <coly.li at suse.de>
Date:   Sun Feb 8 12:20:05 2009 +0800

    ocfs2console: remove unsupported option when calling tunefs.ocfs2
    
    ocfs2interface/tune.py call tunefs.ocfs2 with -x option, which is not supported in tunefs.ocfs2.
    This patch remove this unsupported option from ocfs2console.
    
    Signed-off-by: Coly Li <coly.li at suse.de>
    Cc: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 4691d5cf88cf626d3773c338e4d53bd60756a695
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Feb 9 17:13:18 2009 -0800

    ocfs2console: Whoops, don't reset all warnings, just pop the DISPLAY one
    
    We turn warnings into error while calling 'import gtk' to handle a pygtk
    bug with an invalid DISPLAY.  After we return from 'import gtk', we were
    calling warnings.resetwarnings() to get back to the normal state.
    However, it looks like that clears more warning filters than the one we
    added.  Let's fix this.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 ocfs2console/ocfs2console           |    2 +-
 ocfs2console/ocfs2interface/tune.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list