1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Milan Broz 4059d2219c Recognise DRBD device part and handle it similar to MD devices.
The DRBD uses underlying device so code should prefer top
device if duplicate is found.

Patch also introduce
        dev_subsystem_part_major and dev_subsytem_name
functions to easily handle all these replication susbystems
and not hardcode md_major call.

See https://bugzilla.redhat.com/show_bug.cgi?id=530881
for full problem description.
2009-10-27 17:00:44 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Fix clvmd segfault when refresh_toolcontext fails. (brassow, bz 506986) 2009-10-22 17:45:23 +00:00
doc Correct example.conf to indicate that lvm2 not lvm1 is the default format. 2009-10-05 12:44:20 +00:00
include Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
lib Recognise DRBD device part and handle it similar to MD devices. 2009-10-27 17:00:44 +00:00
libdm Cleanup of previous commit with latest changes in udev support code. 2009-10-26 21:38:35 +00:00
liblvm Allow calling fill_default_pvcreate_params from tools. 2009-10-05 20:03:08 +00:00
man Document --all option in man pages, cleanup {pv|vg|lv}{s|display} man pages. 2009-10-26 14:37:09 +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 Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00
test Handle metadata with unknown segment types more gracefully. 2009-10-16 17:41:49 +00:00
tools Document --all option in man pages, cleanup {pv|vg|lv}{s|display} man pages. 2009-10-26 14:37:09 +00:00
udev add copyright lines 2009-10-26 22:42:07 +00:00
configure configure.in: don't set default file owner and group 2009-10-14 04:10:41 +00:00
configure.in configure.in: don't set default file owner and group 2009-10-14 04:10:41 +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 2009-10-27 01:13:20 +00:00
VERSION_DM post-release 2009-10-27 01:13:20 +00:00
WHATS_NEW Recognise DRBD device part and handle it similar to MD devices. 2009-10-27 17:00:44 +00:00
WHATS_NEW_DM post-release 2009-10-27 01:13:20 +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