Installation crash if 'custom 'is selected in guided storage screen and having a LUN with a previous installation on it
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu on IBM z Systems |
New
|
High
|
Skipper Bug Screeners | ||
subiquity |
New
|
High
|
Unassigned |
Bug Description
While doing an interactive installation with the latest kinetic ISO image (on s390x, but I think it's not limited to this architecture) using a SCSI LUN as disk storage that has a previous installation on it, I'm facing the following crash, in case I select 'Custom storage layout' at the
'Guided storage configuration' screen.
The remote ssh installation session drops with the following output:
generating crash report
report saved to /var/crash/
Traceback (most recent call last):
File "/snap/
self.
File "/snap/
self.
File "/snap/
self.
File "/snap/
for obj, cells in summarize_
File "/snap/
anns = labels.
File "/snap/
return dispatch(
File "/snap/
member = next(iter(
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/snap/
super().run()
File "/snap/
super().run()
File "/snap/
raise exc
RuntimeError: coroutine raised StopIteration
also:
2022-10-19 17:45:19,787 DEBUG subiquity.
2022-10-19 17:45:19,789 DEBUG subiquity.
2022-10-19 17:45:19,794 INFO subiquity.
2022-10-19 17:45:19,794 INFO subiquity/
InstallerLogInfo:
The full /var/log and /var/crash content from two different system are attached.
This is a spin-off from bug LP#1993257.
After an initial chat with dbungert, it's believed that wipefs doesn't do a proper job and leaves other components in unspecific states.
Reconnecting to the installer and trying to 'Continue' does not work.
But manually wiping the disks on the LUN with for example:
wipefs -a -f /dev/sda1
wipefs -a -f /dev/sda2
wipefs -a -f /dev/sda
AND then restarting the installation from scratch works
and will finally show an empty disk at the 'Custom storage layout'.
Changed in subiquity: | |
importance: | Undecided → High |
tags: | added: foundations-todo |
Changed in ubuntu-z-systems: | |
importance: | Undecided → High |
Changed in ubuntu-z-systems: | |
assignee: | nobody → Skipper Bug Screeners (skipper-screen-team) |
tags: | added: s390x |
tags: | added: fr-3405 |
Thanks for splitting out this bug, Frank.
I think the key to this is the exact steps used to wipe the devices - I assume everything is fine if you don't do that?
Would you spend a little time retracing your steps on what you did to wipe the devices? I would like to record that information in this bug.
To get the devices into this state, you may need to first perform a good install then do the steps we're questioning.