storage
storage copied to clipboard
Add support for filesystem-only resize
Blivet can resize only the filesystem and when filesystem and the underlying block device size don't match we should resize it if the device/volume is referred in the playbook because even if the device has the specified size, the filesystem doesn't so the volume is technically not in the state described in the playbook.
It might be enough to simply change this
https://github.com/linux-system-roles/storage/blob/7c5f8be35736cfadb7431b201b14b71201cd2665/library/blivet.py#L484
to check the format size too, but I didn't test this.
@vojtechtrefny is this still an issue?
@vojtechtrefny is this still an issue?