All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] Mapping LVs to physical device
@ 2009-06-30 17:17 Chris Farey
  2009-06-30 18:54 ` Milan Broz
  2009-06-30 19:07 ` Stuart D. Gathman
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Farey @ 2009-06-30 17:17 UTC (permalink / raw)
  To: linux-lvm


I have a requirement to be able to work out which areas of a physical 
device assigned to LVM are being used by various logical volumes. I 
haven't found any easy way to do this using an API, so I've resorted to 
spawning off lvm commands and interpretting the output.

I can use lvdisplay to map logical extents to physical extents, but I 
still need to know where the extents start on the physical device, and I 
can't find a good way of doing that.

pvck tells me the offset and the size of the metadata, and assuming that 
the first extent starts after the metadata seems to work. But pvck 
doesn't seem to be present in older versions of LVM (or one of my 
systems starts running them gets killed), and the help implies its doing 
some checks too (and lengthly checks would be bad in my application).

Is there a better way to map the Logical Block Addresses of LVs to 
physical disks?

Chris Farey

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-06-30 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 17:17 [linux-lvm] Mapping LVs to physical device Chris Farey
2009-06-30 18:54 ` Milan Broz
2009-06-30 19:07 ` Stuart D. Gathman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.