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

Allow to resize a partition with a resizable filesystem on it #17

Closed
wants to merge 1 commit into from
Closed

Conversation

alexanderlaw
Copy link
Contributor

With the recent changes to resize logic (resizable is set to false until updateSizeInfo) it's now impossible to resize a partition with a resizable filesystem on it (such StorageDevice is considered as not resizable).
It seems that I need to updateSizeInfo before creating ActionResizeDevice object, but then it will be called again when proccessing the action.
So I think it's needed to introduce a distinct property for FS to show that it supports resizing in principle.

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.

None yet

1 participant