-
Notifications
You must be signed in to change notification settings - Fork 355
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
webui: fix logic for when to re-create the partitioning #5005
webui: fix logic for when to re-create the partitioning #5005
Conversation
56454f5
to
5407b89
Compare
I did just a quick test with this change and it looks like the mount point assignment is stuck in an infinite loop upon entering -- logs show the copy of the storage model and manual partitioning are being created over nad over again. |
Interesting - I see it also in the test, will check again. Sorry |
65dfcc3
to
6972f56
Compare
6972f56
to
97604a7
Compare
194ea69
to
ebec5a4
Compare
Now partitioning is marked for re-creation when device selection changes and when the user re-scans the device tree. The latter invalidates the partitioning indirectly, by re-setting the selected devices. This commit also simplifies the partitioning object update in state, as a clean state update was needed to make the above feature work as expected.
ebec5a4
to
63fa26a
Compare
/kickstart-test --waive webui only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
…rt-recreate webui: fix logic for when to re-create the partitioning
No description provided.