Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for filesystem-only resize #250

Open
vojtechtrefny opened this issue Jan 12, 2022 · 3 comments
Open

Add support for filesystem-only resize #250

vojtechtrefny opened this issue Jan 12, 2022 · 3 comments

Comments

@vojtechtrefny
Copy link
Collaborator

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
Copy link
Collaborator Author

It might be enough to simply change this

if size and self._device.size != size:

to check the format size too, but I didn't test this.

@richm
Copy link
Contributor

richm commented Dec 8, 2023

@vojtechtrefny is this still an issue?

1 similar comment
@richm
Copy link
Contributor

richm commented Jul 17, 2024

@vojtechtrefny is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants