All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: device-mapper development <dm-devel@redhat.com>
Cc: Phillip Susi <psusi@cfl.rr.com>
Subject: Re: Differentiating between dm devices
Date: Thu, 24 Mar 2011 08:23:45 +0100	[thread overview]
Message-ID: <4D8AF181.4050004@suse.de> (raw)
In-Reply-To: <4D8A2E53.10401@cfl.rr.com>

On 03/23/2011 06:30 PM, Phillip Susi wrote:
> 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.
> 
And indeed you are right, there is none.

> 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.
> 
That is the approach I've been following for SUSE.
The UUID is assumed to be of this syntax:

<type>-<identifier>

where <type> is defined by the program creating the mapping.
EG 'mpath' for multipath, 'partX' (where 'X' is the partition
number) for kpartx etc.

Not that these prefixes are registered in any way; would be nice
to have them registered / documented somewhere.
Cool would be to have them build into the module :-)

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)

  reply	other threads:[~2011-03-24  7:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 17:30 Differentiating between dm devices Phillip Susi
2011-03-24  7:23 ` Hannes Reinecke [this message]
2011-03-24  8:32   ` Milan Broz
2011-03-25 18:34     ` Phillip Susi

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=4D8AF181.4050004@suse.de \
    --to=hare@suse.de \
    --cc=dm-devel@redhat.com \
    --cc=psusi@cfl.rr.com \
    /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 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.