From: Ron Johnson <ron.l.johnson@cox.net>
To: linux-lvm@redhat.com
Subject: Re: [linux-lvm] vgs result code error
Date: Tue, 21 Jul 2009 03:27:23 -0500 [thread overview]
Message-ID: <4A657BEB.6070200@cox.net> (raw)
In-Reply-To: <38bdcd1f0907210016y440121c1x9c92f399e5ea1f9e@mail.gmail.com>
On 2009-07-21 02:16, Masanari Iida wrote:
> Hello List,
>
> I have encountered an error with vgs command.
>
> How to reproduce.
>
> (1) Initialize the PV.
> # pvcreate /dev/cciss/c0d3p3
>
> (2) Create VG
> # vgcreate vg01 /dev/cciss/c0d3p3
>
> (3) Use vgs command and see result code.
>
> # vgs /dev/cciss/c0d3p3
> Invalid volume group name: cciss/c0d3p3
You specified a PV, not a VG. Try:
# vgs vg01
Here's what it does on my system:
# vgs
WARNING: Ignoring duplicate config node: filter (seeking filter)
VG #PV #LV #SN Attr VSize VFree
main_huge_vg 9 1 0 wz--n- 2.69T 0
# vgs main_huge_vg
WARNING: Ignoring duplicate config node: filter (seeking filter)
VG #PV #LV #SN Attr VSize VFree
main_huge_vg 9 1 0 wz--n- 2.69T 0
# pvs
WARNING: Ignoring duplicate config node: filter (seeking filter)
PV VG Fmt Attr PSize PFree
/dev/sda2 main_huge_vg lvm2 a- 594.25G 0
/dev/sdb4 main_huge_vg lvm2 a- 529.00G 0
/dev/sdc1 main_huge_vg lvm2 a- 232.75G 0
/dev/sdc2 main_huge_vg lvm2 a- 232.75G 0
/dev/sdc3 main_huge_vg lvm2 a- 232.88G 0
/dev/sdd1 main_huge_vg lvm2 a- 232.75G 0
/dev/sdd2 main_huge_vg lvm2 a- 232.75G 0
/dev/sdd3 main_huge_vg lvm2 a- 232.75G 0
/dev/sdd4 main_huge_vg lvm2 a- 233.00G 0
> # echo $?
> 0
>
> The result code should be none zero value.
> One of a script rely on this result code, and it failed to work
> because of this bug.
>
> I have found this bug on RHEL5 (which uses lvm2.02.40-6) and
> I have checked out WHATS_NEW between 2.02-40 to 49,
> so far no similar symptom.
--
Scooty Puff, Sr
The Doom-Bringer
next prev parent reply other threads:[~2009-07-21 8:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 7:16 [linux-lvm] vgs result code error Masanari Iida
2009-07-21 8:27 ` Ron Johnson [this message]
2009-07-21 9:08 ` Masanari Iida
2009-07-21 9:41 ` Ron Johnson
2009-07-21 10:35 ` Alasdair G Kergon
2009-07-21 10:48 ` Ron Johnson
2009-07-21 11:49 ` Masanari Iida
2009-07-23 7:44 ` Masanari Iida
2009-07-23 9:28 ` Masanari Iida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A657BEB.6070200@cox.net \
--to=ron.l.johnson@cox.net \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).