On Tue, 2023-04-25 at 15:59 +0800, longguang.yue wrote: > Asynchronous probe leads to the change of disk name, so it is hard > to trace disk by its name for monitoring system. This won't work: just not doing async sd attach doesn't fix all the other causes of asynchronicity that cause sd names to change. You need to look at addressing disks by one of the permanent /dev/disk/by-* device files. James