1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Christine Caulfield 29846c24a8 Stop clvmd from automatically doing lock conversions. Now, if a lock
is granted at one mode and an attempt to convert it wthout the LCK_CONVERT
flag set then it will return errno=EBUSY.

This fixes a pretty bad bug in which an LV could be activated exclusively on
one node and lvchange -ay on another would convert it to shared!

It might break some things in other areas, but I doubt it.
2009-10-01 14:14:17 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Stop clvmd from automatically doing lock conversions. Now, if a lock 2009-10-01 14:14:17 +00:00
doc Add global/si_unit_consistency to enable cleaned-up use of units in output. 2009-09-28 16:23:44 +00:00
include Cluster log daemon (clogd): use LVM bitops in place of ext2 bitops 2009-08-13 16:31:01 +00:00
lib Add percent_range to copy_percent too. 2009-10-01 01:04:27 +00:00
libdm missing dm_snprintf 2009-09-25 19:06:05 +00:00
liblvm Fix build failure when enabling dmeventd and applib. 2009-09-14 22:56:27 +00:00
man Trivial cleanup to lvcreate man page - use virtualsize in example. 2009-09-29 15:11:06 +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 Store any errno and error messages issued while processing each command. 2009-07-15 23:57:54 +00:00
scripts drop -ing suffix 2009-09-16 23:40:19 +00:00
test Update nightly tests to deal with unit changes. 2009-09-30 16:13:53 +00:00
tools Add percent_range to copy_percent too. 2009-10-01 01:04:27 +00:00
udev Add more hints in 12-dm-permissions.rules. Add 'dmsetup splitname' and 'y|--yes' to dmsetup manpage. 2009-09-23 12:52:52 +00:00
configure Provide alternative implementation of obsolete siginterrupt(). 2009-09-28 21:23:02 +00:00
configure.in Provide alternative implementation of obsolete siginterrupt(). 2009-09-28 21:23:02 +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 Fix Makefile to take into account dmsetup's reconfiguration. 2009-09-11 15:52:22 +00:00
Makefile.in Minor replace of of ${top_srcdir} with $(top_srcdir) for lcov target 2009-09-22 13:32:39 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release 2009-09-26 00:42:47 +00:00
VERSION_DM post-release 2009-09-26 00:42:47 +00:00
WHATS_NEW Stop clvmd from automatically doing lock conversions. Now, if a lock 2009-10-01 14:14:17 +00:00
WHATS_NEW_DM post-release 2009-09-26 00:42:47 +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