-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service: Avoid reading product mount points too early (#1264)
## Problem Changes in #1236 introduced a bug reading the product mount points. The list of mount points was read just after selecting a new product. At that time, the *storage* service has not updated its config yet, so it still uses the previous product. Note that the *manager* service calls to storage `#probe` when a new product is selected, and the *storage* service updates its config as part of the call to `#probe`. For that reason, the product mount points cannot be updated until probe is done. https://bugzilla.suse.com/show_bug.cgi?id=1225348 ## Solution Do not update the product mount points when the product changes. The list of product mount points is automatically refreshed once the probing is done.
- Loading branch information
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters