On Thu, Feb 06, 2020 at 07:28:04PM -0500, John Dorminy wrote: > To be clear, I care more about getting the name in kernelspace than > about getting the UUID in kernelspace. (253:0) is a unique name for >From the kernel's point of view, it is THE unique and definitive name for the lifetime of the device. It's the one thing userspace can rely upon (without assuming additional 'good' userspace behaviour) to tie together messages relating to the same device instance. > test-test, and we can get that via dm_device_name() at the moment. But > test-test is often a better name -- it's the name the user provided It can be changed and so processing can't rely on it without trusting both the userspace management code's self-imposed constraints and the sysadmin not to have worked around them. In other words, NEVER report name/uuid without ALSO still reporting dm_device_name alongside it. Also take a look at https://github.com/lvmteam/storage-logger which tackles logging all the relevant device information. Alasdair -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel