Comment 11 for bug 1993257

Revision history for this message
Olivier Gayot (ogayot) wrote : Re: Installer crash on kinetic on s390x if multiple DASD disks are selected

For the UI crash, it seems that that we interpreted a response that has the status PROBING as a response we can operate on.

This would be the sequence:

* on the client, _guided_choice is called with choice=None
* the client calls GET /storage (without wait=true) and receives a ProbeStatus.PROBING response.
* the client wrongly assumes that the response can safely be passed to FileSystemModel.load_server_data