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

storage: always accept to resize a partition that is being wiped #2149

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

ogayot
Copy link
Member

@ogayot ogayot commented Jan 27, 2025

If we are wiping a partition, don't bother checking if the filesystem that was on it supports resizing. The filesystem is going to be erased anyway. The new filesystem (if any) will be created using mkfs.* so there is no need for resize support.

LP:#2096799

If we are wiping a partition, don't bother checking if the filesystem that was
on it supports resizing. The filesystem is going to be erased anyway. The new
filesystem (if any) will be created using mkfs.* so there is no need for resize
support.

LP: #2096799

Signed-off-by: Olivier Gayot <[email protected]>
@ogayot ogayot merged commit 62c52a7 into canonical:main Jan 28, 2025
10 checks passed
@ogayot ogayot deleted the resize+wipe branch January 28, 2025 14:47
@ogayot ogayot mentioned this pull request Jan 28, 2025
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

Successfully merging this pull request may close these issues.

3 participants