storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
99 stars 85 forks source link

Fix crash when scanning degraded/not fully assembled MD arrays #1196

Closed vojtechtrefny closed 7 months ago

vojtechtrefny commented 7 months ago

When we don't have the array name we cannot construct device ID for the devicetree lookup, we need to let the code fallback to other means like UUID.

vojtechtrefny commented 7 months ago

Jenkins, test this please.