storaged-project / blivet

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

Run mkfs.xfs with the force (-f) option by default #1246

Closed vojtechtrefny closed 2 months ago

vojtechtrefny commented 2 months ago

We stopped adding the force option when switching to libblockdev in fa3add214ba8edf1965bc851b85f2f2a6a3ea107. This was not intentional and the missing force option is already causing issues when running mkfs.xfs on misaligned devices.

Related: RHEL-39384