-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): reprobe and recalculate proposal (#1884)
## Problem The device selector allows going to iSCSI, zFCP and DASD pages in order to activate/deactivate devices. But the system is not reprobed when going back to the device selector. ## Solution Add hook for reprobing and recalculating the storage proposal. The hook is used by the proposal page and the device selector. Both components are shown as loading meanwhile the reprobing is being done. Note: The install button prevents to install if the system is deprecated. Note: This is a temporary solution. Dealing with deprecated system, reprobing, etc should be done in a more realiable way after Agama 11.
- Loading branch information
Showing
8 changed files
with
83 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Fri Jan 10 15:44:30 UTC 2025 - José Iván López González <[email protected]> | ||
|
||
- Objects from the D-Bus trees representing the storage devices are | ||
removed before performing the probing. It prevents a segmentation | ||
fault by accessing to old objects (gh#agama-project/agama#1884). | ||
|
||
------------------------------------------------------------------- | ||
Thu Jan 9 12:21:40 UTC 2025 - Knut Anderssen <[email protected]> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Fri Jan 10 15:56:35 UTC 2025 - José Iván López González <[email protected]> | ||
|
||
- Add storage reprobing and recalculate proposal when going back to | ||
either the proposal page or the devices selector if the system | ||
is deprecated (gh#agama-project/agama#1884). | ||
|
||
------------------------------------------------------------------- | ||
Fri Jan 10 13:46:42 UTC 2025 - David Diaz <[email protected]> | ||
|
||
|
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
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