RemixVSL / iomemory-vsl

Updated Fusion-io iomemory VSL Linux (version 3.2.16) driver for recent kernels.
153 stars 28 forks source link

udev: import filesystem metadata for fioX #111

Closed mx-shift closed 1 year ago

mx-shift commented 1 year ago

LVM auto activation is triggered by udev discovering the LVM PVs and populating ID_FS_TYPE. 60-persistent-fio.rules already runs blkid on partitions on the fioX device to create /dev/disk/by-uuid symlinks. Add an import of filesystem metadata on the fioX device using udev's blkid builtin.

Fixes https://github.com/RemixVSL/iomemory-vsl/issues/55

snuf commented 1 year ago

Thank you very much for the sharing your analysis and the PR, highly appreciated!!!