Linux LVM assigns UUID values to physical and logical volumes but they aren't valid RFC4122 UUID strings. Here is an example:
2185fe86-41d4-4311-9a47-8f0ebc7ecc5aRFC4122AZdHpq-uENw-cRo2-t6jS-iQXu-nD2u-woW7RTLVM
The LVM format is longer and its representation uses non-hexadecimal characters and is hyphenated differently.
What's the rationale behind this variation and why use the term "UUID" when it isn't strictly a valid UUID per the specification ?
Perhaps the LVM format is another UUID standard format but I've been unable to find any references that suggest this.