]> sourceware.org Git - lvm2.git/commit
Remove extraneous messages for extent_size and alloc_policy upon vgcreate.
authorDave Wysochanski <dwysocha@redhat.com>
Thu, 16 Jul 2009 03:25:26 +0000 (03:25 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Thu, 16 Jul 2009 03:25:26 +0000 (03:25 +0000)
commit9c72fc1d2bf7db73442fe9c34fb626d3fa95bad5
tree74884e7b475f13d73cc4b8e164d9d6aec279dd6b
parente1767898911ddc3b8bf24ad7193f1c582c205266
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>
WHATS_NEW
lib/metadata/metadata.c
This page took 0.04099 seconds and 5 git commands to generate.