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
Jonathan Earl Brassow 77a4260fe8 The patch fixes some lvconvert issues (WRT mirror <-> mirror).
The default log option for a mirror is 'disk'.  If the log
type is not explicitly stated on the command line when
converting from an X-way mirror to a Y-way mirror, 'disk'
is chosen.  So, if you have a 'core' log mirror and you
convert, your result will contain a 'disk' log.

This patch remembers what the old log type was.  If the
user is merely trying to switch the number of mirror
images, the log type is now kept the same.

There is one historical behaviour I left in place...
If you have a 2-way, core-log mirror and you use lvconvert to
specify you want a 2-way mirror - without specifying the
log type - you will get a 2-way, disk-log mirror.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Informal-IRC-ACK-by: agk
2010-01-07 20:42:55 +00:00
autoconf
daemons Remove empty "repaired" devices if empty in lvconvert. 2010-01-06 13:26:21 +00:00
doc Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +00:00
include
lib Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +00:00
libdm Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +00:00
liblvm Rename pvcreate_params processing functions to better match <object><action>. 2009-11-01 19:51:54 +00:00
man Add --noudevrules option for dmsetup to disable /dev node management by udev. 2010-01-07 19:45:12 +00:00
old-tests
po
scripts Add a [--poll {y|n}] flag to vgchange and lvchange to control whether 2010-01-05 20:56:51 +00:00
test Explicitly use non-clustered vgcreate in test. 2009-12-28 18:33:04 +00:00
tools The patch fixes some lvconvert issues (WRT mirror <-> mirror). 2010-01-07 20:42:55 +00:00
udev Always set environment variables for an LVM2 device in 11-dm-lvm.rules. 2010-01-07 20:01:55 +00:00
configure
configure.in
COPYING
COPYING.LIB
INSTALL
make.tmpl.in
Makefile.in
README
VERSION Post-release. 2009-11-24 19:04:23 +00:00
VERSION_DM Post-release. 2009-11-24 19:04:23 +00:00
WHATS_NEW Always set environment variables for an LVM2 device in 11-dm-lvm.rules. 2010-01-07 20:01:55 +00:00
WHATS_NEW_DM Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +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