[kpartx][libmultipath] make multipath and kpartx prefix the uuid
authorChristophe Varoqui <root@xa-s05.(none)>
Mon, 19 Jun 2006 07:49:09 +0000 (09:49 +0200)
committerChristophe Varoqui <root@xa-s05.(none)>
Mon, 19 Jun 2006 07:49:09 +0000 (09:49 +0200)
commit7e3a90c00c52a7359ffe79887efc97268c0c5c65
tree114bd4ceee701bc9eb02d03ae3f5a68a52e2d6ce
parent52d868ccb57be7d5a2dae9535c9e39caf2e6077e
[kpartx][libmultipath] make multipath and kpartx prefix the uuid

In order for other programs to figure out who owns the dm-devices that
are created by multipath and kpartx, this patch adds a prefix to the uuid
for all multipath and kpartx created devices.  When multipath gets the
uuid,
the prefix is stripped back off. However other programs can use the device
mapper library or dmsetup to easily check which devices were created by
multipath or kpartx.

the multipath prefix is mpath-
the kpartx prefix is part%d- where %d is the partition number.

Ben Marzinski, Redhat
kpartx/devmapper.c
kpartx/devmapper.h
kpartx/kpartx.c
libmultipath/devmapper.c