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 89a6cdfd4c Return fail if lv_deactivate did not removed device from kernel.
lv_deactivate now returns always success, because tree deactivation
functions (see dm_tree_deactivate_children) always returns success.

Because code should return failure in lv_deactivate at least,
fix it by checking for device existence after real deactivation call.

(After discussion this was prefered solution to dm tree function rewrite
which affects snapshots and mirrors.)
2009-09-29 15:17:54 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Fix dmeventd _temporary_log_fn parameters. (2.02.50) 2009-09-17 10:37:23 +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 Return fail if lv_deactivate did not removed device from kernel. 2009-09-29 15:17:54 +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 Fix lvm2app test to run under test/api subdirectory only when configured. 2009-09-15 19:59:04 +00:00
tools Fix log fn prototype. 2009-09-26 00:29:13 +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 Return fail if lv_deactivate did not removed device from kernel. 2009-09-29 15:17:54 +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