Linux Device Mapper development
 help / color / mirror / Atom feed
* Differentiating between dm devices
@ 2011-03-23 17:30 Phillip Susi
  2011-03-24  7:23 ` Hannes Reinecke
  0 siblings, 1 reply; 4+ messages in thread
From: Phillip Susi @ 2011-03-23 17:30 UTC (permalink / raw)
  To: device-mapper development

There are different classes of dm devices that different utilities may
or may not care about.  Some are intended to represent whole disks (
dmraid ) that can be partitioned.  Some ARE partitions and should
contain filesystems.  Still others are used only internally by the tools
( -real, -cow for lvm, and raid10 subvolumes for dmraid ).  I can not
find any good way to differentiate between these types.

One way of fixing this is to add a new attribute to the device where the
tools creating them can specify a hint about what they are and how they
should be used.  Another way is to embed that information in the UUID.
For instance, logical volumes have UUIDs that start with "LVM-" and
dmraid disks start with "DMRAID-".  Perhaps dmraid partitions could have
their uuids changed to "DMRAIDP-" and internal devices changed to
"DMRAIDI-" and "LVMI-" for dmraid and lvm respectively.

Which of these ways sounds best, or is there a better one I have not
thought of?

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

end of thread, other threads:[~2011-03-25 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 17:30 Differentiating between dm devices Phillip Susi
2011-03-24  7:23 ` Hannes Reinecke
2011-03-24  8:32   ` Milan Broz
2011-03-25 18:34     ` Phillip Susi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox