Bug 208766

Summary: `pvs` fails to display previously created physical volume
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: lvm2Assignee: Alasdair Kergon <agk>
Status: CLOSED RAWHIDE QA Contact: Jim Parsons <jparsons>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: agk, dwysocha, jbrassow, kupcevic, mbroz, mishu, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-10 18:34:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2006-10-01 19:34:05 UTC
Description of problem:

I am trying to add /dev/sdc to LVM using system-config-lvm.
"Logical Volume Management" graphic interface starts, for a while
loads LVM information and eventually shows /dev/sdc among
"Unintialized Entities".  Actually everything around is "unitialized".
So far so good.

After picking up /dev/sdc I have one option "Initialize Entity".
I proceed with that, which is followed by "Re-loading LVM" and I am
starring at the same "Unintialized Disk Entity /dev/sdc" as before.
Redoing that operation, or restarting the whole machine and
trying system-config-lvm again, does not change anything in this
picture.  We are stuck in an "initialize entity" loop with no
apparent way to get any further. 

Trying the same thing with a partition /dev/sdc1, which covers the
whole disk and which system-config-lvm offers to create, does not
really change anything.  Well, that partition is indeed created
but that is about it.

Version-Release number of selected component (if applicable):
system-config-lvm-1.0.18-1.2.FC6

How reproducible:
always

Comment 1 Stanko Kupcevic 2006-10-02 03:28:52 UTC
Could you paste the output of `pvs`, run as root. 


Comment 2 Michal Jaegermann 2006-10-02 06:17:45 UTC
> Could you paste the output of `pvs`, run as root.

Not very much to see, I am afraid.

# pvs -v
    Scanning for physical volume names

and that is it.  This is after 'system-config-lvm' succesfuly run.
AFAIK the later is really runnig 'pvcreate -M 2 /dev/sdc'.  From
such command I see:

# pvcreate -v -M 2 /dev/sdc
    Set up physical volume for "/dev/sdc" with 488396784 available sectors
    Zeroing start of device /dev/sdc
  Physical volume "/dev/sdc" successfully created

and this does not change anything in pvs output.

Comment 3 Alasdair Kergon 2006-10-02 08:24:45 UTC
What version of lvm2 package?

Also post output of 'pvs -a'.

Comment 4 Stanko Kupcevic 2006-10-02 15:19:21 UTC
Changing component to lvm2

Comment 5 Michal Jaegermann 2006-10-02 15:45:13 UTC
> Also post output of 'pvs -a'

Here it goes:
  PV                           VG   Fmt  Attr PSize   PFree
  /dev/mapper/pdc_cjfeejidea             --        0       0
  /dev/mapper/pdc_cjfeejideap1           --        0       0
  /dev/ram                               --        0       0
  /dev/ram10                             --        0       0
  /dev/ram11                             --        0       0
  /dev/ram12                             --        0       0
  /dev/ram13                             --        0       0
  /dev/ram14                             --        0       0
  /dev/ram15                             --        0       0
  /dev/ram2                              --        0       0
  /dev/ram3                              --        0       0
  /dev/ram4                              --        0       0
  /dev/ram5                              --        0       0
  /dev/ram6                              --        0       0
  /dev/ram7                              --        0       0
  /dev/ram8                              --        0       0
  /dev/ram9                              --        0       0
  /dev/ramdisk                           --        0       0
  /dev/root                              --        0       0
  /dev/sda1                              --        0       0
  /dev/sda10                             --        0       0
  /dev/sda12                             --        0       0
  /dev/sda13                             --        0       0
  /dev/sda14                             --        0       0
  /dev/sda2                              --        0       0
  /dev/sda3                              --        0       0
  /dev/sda5                              --        0       0
  /dev/sda6                              --        0       0
  /dev/sda7                              --        0       0
  /dev/sda8                              --        0       0
  /dev/sda9                              --        0       0
  /dev/sdc                          lvm2 --   232.89G 232.89G


Comment 6 Alasdair Kergon 2006-10-02 18:44:26 UTC
And lvm2 package version please?

Comment 7 Alasdair Kergon 2006-10-02 18:49:20 UTC
(if it's 2.02.06 would be interesting to try a 2.02.07 package from one of the
older fc* updates)

Comment 8 Alasdair Kergon 2006-10-02 18:56:57 UTC
(Oh forget that - updates are at 2.02.06 too; perhaps they contain this bug too.)


Comment 9 Michal Jaegermann 2006-10-02 19:02:23 UTC
> And lvm2 package version please?

Currently this is lvm2-2.02.06-4 (installed on "Fri 29 Sep 2006").

> ... interesting to try a 2.02.07

I might but I have troubles finding someting of that sort.  Pointers?

Comment 10 Michal Jaegermann 2006-10-27 04:50:08 UTC
With recent rawhide updates to lvm2-2.02.12-2 GUI from
system-config-lvm became at last usable and shows a status of
physical and logical volumes correctly; at least at that limited
range of operations I looked at.  I guess that this means that pvs,
among other things, started to behave.

OTOH there is lvm2-2.02.06-4 in FC6 release and with this version
I could not get very far.