]> sourceware.org Git - lvm2.git/commit - tools/lvresize.c
Fix lvcreate processing of %PVS argument.
authorMilan Broz <mbroz@redhat.com>
Wed, 4 Nov 2009 14:47:27 +0000 (14:47 +0000)
committerMilan Broz <mbroz@redhat.com>
Wed, 4 Nov 2009 14:47:27 +0000 (14:47 +0000)
commitba3851fda658d509525d7cdd2cd54abe3a49f606
tree68b72d6061ef6ee89a7570abde64132270326382
parentd2e3654f88369e2e1deb38eb90c6ff239f519713
Fix lvcreate processing of %PVS argument.

- fix missing unlocking of VG
lvcreate -l 100%PVS -n lv1 vg_test
  Please specify physical volume(s) with %PVS
  Internal error: Volume Group vg_test was not unlocked

- if no PVS specified, use all available

Fix segfault if %PVS in lvresize without PVs list.
WHATS_NEW
tools/lvcreate.c
tools/lvresize.c
This page took 0.029206 seconds and 5 git commands to generate.