I was wondering if there's any way to store GPT-style partition type GUIDs in LV metadata?
It would be useful to automatically discover, enable, and mount LVs, using a systemd-lvm-auto-generator, similar to how systemd-gpt-auto-generator does it.
See also: https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
I clearly wasn't the first to think of something like this, see for instance: systemd/systemd#1727
This would also be useful to have a systemd-homed homedir on lvm, which is currently not possible. See: systemd/systemd#15273
Thank you.