1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Jonathan Earl Brassow 19583d115c This patch changes the arguments that specify the mirror
log type.  Previously, we had a '--corelog' argument that
would change the default type from 'disk' to 'core'.  I
think that creates too much confusion - especially when
doing conversions on mirrors.

The new argument '--log' takes either "disk" or "core"
as a parameter.  This could be expanded in the future
for additional logging types as well.

Examples:
# Creating a 2-way mirror
$> lvcreate -m1 ... # implicitly use default disk logging
$> lvcreate -m1 --log disk ... # explicit disk logging
$> lvcreate -m1 --log core ... # specify core logging
$> lvcreate -m1 --corelog ... # old way still works

# Conversion examples
$> lvconvert --log core ... # convert to core logging
$> lvconvert --log disk ... # convert to disk logging
$> lvconvert -mX --corelog ... # old way still works
$> lvconvert -mX ... # old way of converting to disk logging still works

Changes are reflected in the man pages.
2007-08-01 21:01:06 +00:00
autoconf Update autoconf files 2004-02-13 16:00:22 +00:00
daemons Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00
debian Update packages. 2003-02-16 22:12:28 +00:00
dmeventd Change some #include lines to search only standard system directories. 2007-04-27 17:46:16 +00:00
doc Add devices/preferred_names config regex list for displayed device names. 2007-04-26 16:44:59 +00:00
include Eliminate uses of strdup+basename. Use last_path_component instead. 2007-07-20 15:48:39 +00:00
lib lib/activate/activate.c:_lv_activate tries to monitor a device 2007-08-01 20:29:07 +00:00
libdm Export dm_create_dir (was create_dir) to help fix LVM2 link error 2007-07-28 10:48:36 +00:00
man This patch changes the arguments that specify the mirror 2007-08-01 21:01:06 +00:00
old-tests Use hash, bitset, malloc, pool from libdevmapper. 2005-10-16 23:03:59 +00:00
po pre-release 2007-04-27 20:47:14 +00:00
scripts Add kernel and device-mapper targets versions report to lvmdump. 2007-07-02 20:18:38 +00:00
tools This patch changes the arguments that specify the mirror 2007-08-01 21:01:06 +00:00
configure Fix configure libdevmapper.h check when --with-dmdir is used. 2007-07-13 17:08:00 +00:00
configure.in Fix configure libdevmapper.h check when --with-dmdir is used. 2007-07-13 17:08:00 +00:00
CONTRIBUTORS Add CONTRIBUTORS file. 2004-12-21 16:24:19 +00:00
COPYING Outline docs 2001-12-31 16:12:40 +00:00
COPYING.LIB Outline docs 2001-12-31 16:12:40 +00:00
INSTALL Some new features. 2002-11-18 14:04:08 +00:00
make.tmpl.in Add -Wformat-security and change one fprintf() to fputs(). 2007-04-27 19:26:57 +00:00
Makefile.in Install lvmdump by default. 2006-11-20 20:03:26 +00:00
README Fix ftp urls 2004-07-03 18:20:25 +00:00
VERSION post-release 2007-07-17 20:53:51 +00:00
WHATS_NEW This patch changes the arguments that specify the mirror 2007-08-01 21:01:06 +00:00
WHATS_NEW_DM Export dm_create_dir (was create_dir) to help fix LVM2 link error 2007-07-28 10:48:36 +00:00

This directory contains LVM2, the new version of the userland LVM
tools designed for the new device-mapper for the Linux kernel.

The device-mapper needs to be installed before compiling these LVM2 tools.

For more information about LVM2 read 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/
  ftp://sources.redhat.com/pub/dm/

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 discussion/bug reports etc.
  linux-lvm@redhat.com
  Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm