1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Dave Wysochanski 6f4c0fb93d Remove init_verbose() calls immediately after create_toolcontext() calls.
The rationale for removing init_verbose() call is very similar to removing
init_debug() call.  create_toolcontext() calls _init_logging() which
makes these calls:
        /* Verbose level for tty output */
        cmd->default_settings.verbose =
            find_config_tree_int(cmd, "log/verbose", DEFAULT_VERBOSE);
        init_verbose(cmd->default_settings.verbose + VERBOSE_BASE_LEVEL);

And being that create_toolcontext() copies default_settings into
current_settings at the bottom, the init_verbose() call we are removing:
        init_verbose(cmd->current_settings.verbose + VERBOSE_BASE_LEVEL);

is redundant.
2008-12-11 03:30:19 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Remove init_verbose() calls immediately after create_toolcontext() calls. 2008-12-11 03:30:19 +00:00
doc Improve the way VGs with PVs missing are handled so manual intervention 2008-09-19 06:42:00 +00:00
include Add liblvm interactive test infrastructure to build. 2008-12-07 19:37:07 +00:00
lib Add liblvm interactive test infrastructure to build. 2008-12-07 19:37:07 +00:00
libdm some makefile fixes for liblvm2cmd & remove some hardcoded .so 2008-11-14 20:59:56 +00:00
man Fix "lvremove -f vgname" when vgname contains snapshots. 2008-11-17 18:20:13 +00:00
old-tests Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00
po further progress 2008-11-01 02:19:19 +00:00
scripts generate init script 2008-11-19 20:14:24 +00:00
test operate on test subdirectory instead on main /dev 2008-12-10 16:16:53 +00:00
tools Remove init_verbose() calls immediately after create_toolcontext() calls. 2008-12-11 03:30:19 +00:00
configure Add liblvm interactive test infrastructure to build. 2008-12-07 19:37:07 +00:00
configure.in Add liblvm interactive test infrastructure to build. 2008-12-07 19:37:07 +00:00
COPYING Outline docs 2001-12-31 16:12:40 +00:00
COPYING.LIB Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
INSTALL quick review of docs 2008-11-04 17:49:22 +00:00
make.tmpl.in make install_device-mapper 2008-11-04 17:25:32 +00:00
Makefile.in daemons depends on liblvm2cmd - fixes parallel builds 2008-11-18 13:16:03 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release (retrospective) 2008-11-19 14:14:51 +00:00
VERSION_DM post-release (retrospective) 2008-11-19 14:14:51 +00:00
WHATS_NEW Add liblvm interactive test infrastructure to build. 2008-12-07 19:37:07 +00:00
WHATS_NEW_DM post-release (retrospective) 2008-11-19 14:14:51 +00:00

This tree contains the LVM2 and device-mapper tools and libraries.

For more information about LVM2 read the changelog in the WHATS_NEW file.
Installation instructions are in INSTALL.

There is no warranty - see COPYING and COPYING.LIB.

Tarballs are available from:
  ftp://sources.redhat.com/pub/lvm2/

To access the CVS tree use:
  cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login
  CVS password: cvs
  cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 co LVM2

Mailing list for general discussion related to LVM2:
  linux-lvm@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm

Mailing list for LVM2 development, patches and commits:
  lvm-devel@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm

Mailing list for device-mapper development, including kernel patches
and multipath-tools:
  dm-devel@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/dm-devel