storaged-project / blivet

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

Use libblockdev FS plugin for fsminsize #1255

Closed vojtechtrefny closed 1 month ago

vojtechtrefny commented 1 month ago

This was not part of #1163 because libblockdev originally didn't support getting filesystem min size using the resize tools. We now have the required version of libblockdev available everywhere so we can switch the fsminsize task to the FS plugin too.