All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] LVM UUIDs are not UUIDs!?
@ 2004-09-23  8:47 Ralf S. Engelschall
  2004-09-23 17:10 ` Dan Stromberg
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf S. Engelschall @ 2004-09-23  8:47 UTC (permalink / raw)
  To: linux-lvm

While setting up an LVM2 based 3TB storage the last days I've stumbled
over LVM2's "UUID" strings as displayed by its pvdisplay, vgdisplay, and
lvdisplay commands. It is clear that LVM2 requires those ids, but *WHY*
are they called "UUID"?

They do NOT conform in any way to the standardized ISO/IEC 11578:1996
compliant Universally Unique Identifier (UUID) strings. Neither by the
way they are created (LVM2 UUIDs are just random numbers while ISO v4
random UUIDs are fixed bit-fields plus random remaining bits) nor the
way they are formatted. Examples:

LVM2               UUID: H9C8iE-braW-70bk-Fx9x-lMIX-Rmmy-5XgkM9
ISO/IEC 11578:1996 UUID: 4a8287f4-0d33-11d9-8068-0002b31abd79

So, wouldn't it be reasonable that either LVM2 uses a real open-source
UUID library for dealing with standardized UUIDs (ext2fs's libuuid, OSSP
uuid, etc) or at least names its ids own id strings just "ID" or even
"LVMID"?

Perhaps at least in the visible output strings in order to reduce
confusion with standardized UUIDs...

                                       Ralf S. Engelschall
                                       rse@engelschall.com
                                       www.engelschall.com

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

end of thread, other threads:[~2004-09-25 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23  8:47 [linux-lvm] LVM UUIDs are not UUIDs!? Ralf S. Engelschall
2004-09-23 17:10 ` Dan Stromberg
2004-09-23 17:53   ` Ralf S. Engelschall
2004-09-25 16:41     ` Alasdair G Kergon

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.