]> sourceware.org Git - lvm2.git/commit
pvcreate: Avoid spurious 'not found' messages.
authorAlasdair G Kergon <agk@redhat.com>
Fri, 29 Nov 2013 21:45:37 +0000 (21:45 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 29 Nov 2013 21:45:37 +0000 (21:45 +0000)
commit2e82a070f3c9224da5c9f383d47e75a1715586cf
treed5d4491eecd5199c1671bb7f16b356a6496fd6e4
parent84394c0219e4fcee719663c710121f1bb731a538
pvcreate: Avoid spurious 'not found' messages.

Replacement of pv_read by find_pv_by_name in commit
651d5093edde3e0ebee9d75be1c9834efc152d91 caused spurious
error messages when running pvcreate or vgextend against an
unformatted device.

Physical volume /dev/loop4 not found
Physical volume "/dev/loop4" successfully created

Physical volume /dev/loop4 not found
Physical volume /dev/loop4 not found
Physical volume "/dev/loop4" successfully created
Volume group "vg1" successfully extended
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
lib/metadata/mirror.c
tools/pvmove.c
This page took 0.03679 seconds and 5 git commands to generate.