1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
LVM2 mirror repository https://sourceware.org/lvm2/
Go to file
Dave Wysochanski e0bd7c7645 Remove extraneous messages for extent_size and alloc_policy upon vgcreate.
When converting to the new liblvm functions, the vgcreate code path
changed to create a new vg, then set values.  As a result of this
change, and the fact that we give a user a message if they try to
set the same value of a VG attribute (extent_size, alloc_policy, etc),
you'll see these 2 extraneous "is already" messages with vgcreate:
tools/lvm vgcreate vg2 /dev/loop2
  Physical extent size of VG vg2 is already 4.00 MB
  Volume group allocation policy is already normal
  Volume group "vg2" successfully created

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>


Author: Dave Wysochanski <dwysocha@redhat.com>
2009-07-16 03:25:26 +00:00
autoconf extended configure with --enable-profiling for compiling code with gcov info 2008-06-27 15:35:09 +00:00
daemons Add lvm_errno and lvm_errmsg to liblvm to obtain failure information. 2009-07-16 00:36:59 +00:00
doc Store any errno and error messages issued while processing each command. 2009-07-15 23:57:54 +00:00
include Introduce lvm2_install target. 2009-05-11 10:28:45 +00:00
lib Remove extraneous messages for extent_size and alloc_policy upon vgcreate. 2009-07-16 03:25:26 +00:00
libdm Add log_errno to set a specific errno and replace log_error in due course. 2009-07-16 00:52:06 +00:00
liblvm Change default errno value to 0 (no error) and add prototypes in lvm.h 2009-07-16 03:07:45 +00:00
man Fix dev name mismatch in vgcreate man page example. 2009-07-13 11:25:35 +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 Various vgimportclone fixes: 2009-06-17 15:47:01 +00:00
test Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set. 2009-07-15 05:47:55 +00:00
tools Add lvm_errno and lvm_errmsg to liblvm to obtain failure information. 2009-07-16 00:36:59 +00:00
configure Rename liblvm.so to liblvm2app.so and use configure --enable-applib. 2009-05-22 14:44:59 +00:00
configure.in Rename liblvm.so to liblvm2app.so and use configure --enable-applib. 2009-05-22 14:44:59 +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 Rename liblvm.so to liblvm2app.so and use configure --enable-applib. 2009-05-22 14:44:59 +00:00
README quick review of docs 2008-11-04 17:49:22 +00:00
VERSION post-release 2009-07-15 15:38:41 +00:00
VERSION_DM post-release 2009-07-15 15:38:41 +00:00
WHATS_NEW Remove extraneous messages for extent_size and alloc_policy upon vgcreate. 2009-07-16 03:25:26 +00:00
WHATS_NEW_DM post-release 2009-07-15 15:38:41 +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