Thomas Blume changed bug 1051354
What Removed Added
Flags   needinfo?(francoisvalenduc@gmail.com)

Comment # 56 on bug 1051354 from
(In reply to Fran�ois Valenduc from comment #55)
> Created attachment 738361 [details]
> output of udevadm info -e

The pv of your lvm device is misidentified by udev:

-->
P:
/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
N: sda3
[...]
E: ID_FS_TYPE=iso9660
[...]
E: ID_FS_VERSION=Joliet Extension
E: ID_MODEL=ST1000LM014-1EJ1
--<

Normally for an lvm pv, it should look like this:

-->
E: ID_FS_TYPE=LVM2_member
[...]
E: ID_FS_VERSION=LVM2 001
E: ID_MODEL=LVM PV GplkpP-Ovcs-w2SQ-H31f-hOFe-ztuO-SlLCGH on /dev/sda2
--<

This is similar to bug 1046268.
Can you please test whether the workaround from bug 1046268 comment#29 fixes
it?


You are receiving this mail because: