storage icon indicating copy to clipboard operation
storage copied to clipboard

Add support for filesystem-only resize

Open vojtechtrefny opened this issue 3 years ago • 3 comments

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.

vojtechtrefny avatar Jan 12 '22 17:01 vojtechtrefny

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 avatar Jan 12 '22 17:01 vojtechtrefny

@vojtechtrefny is this still an issue?

richm avatar Dec 08 '23 13:12 richm

@vojtechtrefny is this still an issue?

richm avatar Jul 17 '24 13:07 richm