Discussion:
[linux-lvm] pvcreate ignores volumes with error code:253
Abhilash Nag
2013-06-18 18:34:42 UTC
Permalink
Hi,

I am trying to create LVM on my drives, but pvcreate -vvv throws up an error message saying: fails with an error message:/dev/hd*: Skipping: Unrecognised LVM device type 253.
I am trying to debug if this is a device driver problem or if LVM does not recognize the entry of a previously unknown device.
Can you please help.
Thanks in advance.

Regards
Abhilash


________________________________

PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).
Alasdair G Kergon
2013-06-24 19:07:20 UTC
Permalink
Post by Abhilash Nag
I am trying to create LVM on my drives, but pvcreate -vvv throws up an error message saying: fails with an error message:/dev/hd*: Skipping: Unrecognised LVM device type 253.
I am trying to debug if this is a device driver problem or if LVM does not recognize the entry of a previously unknown device.
Obtain the following:
# lvm version
# lvm dumpconfig devices
# cat /proc/devices

253 in the block section of /proc/devices points to a word that should be either
built in or appearing in the dumpconfig output.

Alasdair

Loading...