Fedora 17 webmin lvm bug?

i installed Fedora 17 and created a VG with four LVs

[root@test]~# lvs
  LV      VG      Attr     LSize  Pool Origin Data%  Move Log Copy%  Convert
  lv_home vg_test -wi-ao-- 48.84g
  lv_root vg_test -wi-ao-- 50.00g
  lv_tmp  vg_test -wi-ao--  9.78g
  lv_var  vg_test -wi-ao--  9.78g

Then I installed webmin and clicked on LV management, but only get the following message:

No logical volumes have been created from any volume groups yet.

VG and PV are displayed correctly though.

Is that a bug?

Status: 
Closed (fixed)

Comments

Could you post the output of the lvdisplay command on your system?

 --- Logical volume ---
  LV Path                /dev/vg_test/lv_home
  LV Name                lv_home
  VG Name                vg_test
  LV UUID                gggggg-gggg-gggg-gggg-gggg-gggg-gggggg
  LV Write Access        read/write
  LV Creation host, time test, 2012-03-09 14:05:45 -0800
  LV Status              available
  # open                 1
  LV Size                48.84 GiB
  Current LE             1563
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2

  --- Logical volume ---
  LV Path                /dev/vg_test/lv_var
  LV Name                lv_var
  VG Name                vg_test
  LV UUID                gggggg-gggg-gggg-gggg-gggg-gggg-gggggg
  LV Creation host, time test, 2012-03-09 14:05:59 -0800
  LV Status              available
  # open                 1
  LV Size                9.78 GiB
  Current LE             313
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3

  --- Logical volume ---
  LV Path                /dev/vg_test/lv_tmp
  LV Name                lv_tmp
  VG Name                vg_test
  LV UUID                gggggg-gggg-gggg-gggg-gggg-gggg-gggggg
  LV Write Access        read/write
  LV Creation host, time test, 2012-03-09 14:06:12 -0800
  LV Status              available
  # open                 1
  LV Size                9.78 GiB
  Current LE             313
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4

  --- Logical volume ---
  LV Path                /dev/vg_test/lv_root
  LV Name                lv_root
  VG Name                vg_test
  LV UUID                gggggg-gggg-gggg-gggg-gggg-gggg-gggggg
  LV Write Access        read/write
  LV Creation host, time test, 2012-03-09 14:06:37 -0800
  LV Status              available
  # open                 1
  LV Size                50.00 GiB
  Current LE             1600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1

thanks, not urgent. just wanted to report this :-)

Automatically closed -- issue fixed for 2 weeks with no activity.