storaged-project / blivet

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

Try to assemble MD arrays during populate (#2236356) #1202

Closed vojtechtrefny closed 6 months ago

vojtechtrefny commented 6 months ago

We want to be able to gather information about the array including size and filesystem type on it which is possible only when the array is active. By default this is disabled, auto_dev_updates flag needs to be set to enable this behaviour.