1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Mike Snitzer 13713bc147 Change dev_manager_mirror_percent()'s 'struct logical_volume *' to be
'const'.  Be consistent with its use (and dev_manager_snapshot_percent()).

Pass 'lv' from dev_manager_snapshot_percent() to _percent() to
_percent_run().  _percent_run() always dereferenced 'lv' (when
initializing segh) even though it may have been NULL (as was the case
until now for dev_manager_snapshot_percent()).

If a "snapshot-origin" LV (snapshot-merge whose merge was deferred
becuase it was open) was passed to _percent_run() it would always return
100%.

Update _percent_run() to NOT return PERCENT_100 et. al. if
->target_percent() wasn't ever called and supplied 'lv' is a merging
origin.  A default return of 100% does not work for snapshot-merge.

Also tweak a related lvconvert log_error() to include "Aborting merge."
2010-01-15 22:58:25 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Make the intermachine communication structures architecture independant 2010-01-15 19:49:35 +00:00
doc Add activation/udev_rules config option in lvm.conf. 2010-01-07 19:54:21 +00:00
include Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
lib Change dev_manager_mirror_percent()'s 'struct logical_volume *' to be 2010-01-15 22:58:25 +00:00
libdm Off-by-one count was causing not all the mirror table parameters 2010-01-15 16:00:23 +00:00
liblvm Rename pvcreate_params processing functions to better match <object><action>. 2009-11-01 19:51:54 +00:00
man initial cmirrord man page 2010-01-15 20:24:04 +00:00
old-tests Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
po Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
scripts Use tabs, not spaces. 2010-01-15 21:48:03 +00:00
test disable 'redundant' tests 2010-01-12 14:19:46 +00:00
tools Change dev_manager_mirror_percent()'s 'struct logical_volume *' to be 2010-01-15 22:58:25 +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 Substitute UDEV_SYNC value for use in the other files and show a warning message when libudev not found and using udev_sync. 2010-01-11 15:59:54 +00:00
configure.in Show a warning message when libudev not found and we're using --enable-udev_sync. 2010-01-11 15:51:44 +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 linking parms missing from o->so conversion. 2009-10-09 15:55:31 +00:00
Makefile.in Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release 2010-01-14 14:42:06 +00:00
VERSION_DM post-release 2010-01-14 14:42:06 +00:00
WHATS_NEW Initial version of the cmirrord init script 2010-01-15 20:47:52 +00:00
WHATS_NEW_DM udpate WHATS_NEW* 2010-01-15 16:18:14 +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