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

No progress dispatching during progress #747

Merged
merged 3 commits into from Sep 11, 2023
Merged

No progress dispatching during progress #747

merged 3 commits into from Sep 11, 2023

Conversation

imobachgs
Copy link
Member

Problem

Related to bsc#1215197.

Agama tries to start the installation while busy in the config phase. We have not reproduced the problem but suspect that dispatching new actions during progress reporting is problematic.

Solution

Stop dispatching actions during progress in the progress and software services. The manager still dispatches those actions, as "destructive" actions are protected using the safe_run mechanism.

* Only storage and software services are affected.
* The manager service still dispatch those actions as it is
  protected by the safe_run mechanism.
@imobachgs imobachgs merged commit 75d1669 into openSUSE:master Sep 11, 2023
7 checks passed
@imobachgs imobachgs deleted the no-progress-dispatching branch September 11, 2023 12:09
@imobachgs imobachgs mentioned this pull request Sep 12, 2023
@imobachgs imobachgs mentioned this pull request Sep 26, 2023
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

2 participants