public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Karel Zak <kzak@redhat.com>
To: Phillip Susi <psusi@ubuntu.com>
Cc: util-linux@vger.kernel.org
Subject: Re: blkid doesn't find lvm pv when boot loader installed
Date: Mon, 14 Oct 2013 15:59:53 +0200	[thread overview]
Message-ID: <20131014135953.GG28914@x2.net.home> (raw)
In-Reply-To: <525821B6.9010304@ubuntu.com>

On Fri, Oct 11, 2013 at 12:05:10PM -0400, Phillip Susi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> When installing a boot loader into an LVM PV, blkid detects it as a
> dos partition table and does not probe the lvm superblock.

 Yes, unfortunately this is currently unsupported scenario. 
 
 The libblkid checks for collision between LVM and filesystems/partition 
 tables to avoid very common situations when users use whole-disks 
 previously used by LVM in new setups with partition tables.
 
 Unfortunately, partitioning tools usually does not wipe LVM header 
 from the device and it easy to create situation when there is 
 valid PT as well as valid LVM header.

 So.. libblkid assumes that there is only LVM header within first 8K
 of the device, because pvcreate wipes this area (try pvcreate again
 and it will silently erase your grub!). If there is anything else 
 then the previously detected LVM is ignored.

 Yes, it's really not perfect solution, but do we have any better
 solution? Maybe it would be enough to improve the blkid partition
 table parser to not interpret the boot loader with empty PT as a
 valid PT. Not sure.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

  reply	other threads:[~2013-10-14 14:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-11 16:05 blkid doesn't find lvm pv when boot loader installed Phillip Susi
2013-10-14 13:59 ` Karel Zak [this message]
2013-10-14 15:01   ` Phillip Susi
2013-10-18  9:36     ` Karel Zak
2013-10-18 11:57       ` Karel Zak

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=20131014135953.GG28914@x2.net.home \
    --to=kzak@redhat.com \
    --cc=psusi@ubuntu.com \
    --cc=util-linux@vger.kernel.org \
    /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