Devices with OPTIONS+="db_persist" are not supposed to create dead->plugged transition right after switching root, at least that wasn't the case before and the udev man page describes the option to actually prevent it from happening.
However pr #23218 changed this behavior. I don't know currently whether it will cause any real regression in practice but I think it deserves a discussion before releasing v251.
Devices with
OPTIONS+="db_persist"are not supposed to createdead->pluggedtransition right after switching root, at least that wasn't the case before and the udev man page describes the option to actually prevent it from happening.However pr #23218 changed this behavior. I don't know currently whether it will cause any real regression in practice but I think it deserves a discussion before releasing v251.