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
Milan Broz fa6dca9f28 Add infrastructure for queriying for remote locks.
Current code, when need to ensure that volume is not
active on remote node, it need to try to exclusive
activate volume.

Patch adds simple clvmd command which queries all nodes
for lock for given resource.

The lock type is returned in reply in text.

(But code currently uses CR and EX modes only.)
2009-05-19 10:38:58 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Add infrastructure for queriying for remote locks. 2009-05-19 10:38:58 +00:00
doc Introduce lvm2_install target. 2009-05-11 10:28:45 +00:00
include Introduce lvm2_install target. 2009-05-11 10:28:45 +00:00
lib Add infrastructure for queriying for remote locks. 2009-05-19 10:38:58 +00:00
libdm Helper function to catch memory pool leaks. 2009-04-10 09:56:58 +00:00
liblvm Do not create some dm and lvm static librarie when they are not requested 2009-04-08 14:04:35 +00:00
man Add vgimportclone and install it and the man page by default. 2009-05-14 16:46:12 +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 Add vgimportclone and install it and the man page by default. 2009-05-14 16:46:12 +00:00
test If pvmove fails activating mirror volume, try restore to previous state. 2009-05-19 09:51:02 +00:00
tools Fix lvconvert check for multiple-segment mirrors (mornfall) 2009-05-19 10:27:47 +00:00
configure Fix linux configure --enable-debug to exclude -O2. 2009-04-24 21:44:15 +00:00
configure.in Fix linux configure --enable-debug to exclude -O2. 2009-04-24 21:44:15 +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 Introduce lvm2_install target. 2009-05-11 10:28:45 +00:00
Makefile.in Fix some distclean rules. 2009-03-16 18:28:04 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release 2009-03-03 18:25:05 +00:00
VERSION_DM post-release 2009-03-03 18:25:05 +00:00
WHATS_NEW Add infrastructure for queriying for remote locks. 2009-05-19 10:38:58 +00:00
WHATS_NEW_DM Fix segfault when using -U, -G and -M options in dmsetup. 2009-04-24 11:30:49 +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