Ubuntu25.10: Ubuntu host installation is failing while doing installation on multiple[2 or more] multipath SAN disks!
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| The Ubuntu-power-systems project |
New
|
Undecided
|
Unassigned | ||
| debian-installer (Ubuntu) |
New
|
Undecided
|
Ubuntu on IBM Power Systems Bug Triage | ||
Bug Description
== Comment: #0 - Anushree Mathur <email address hidden> - 2025-11-28 03:12:11 ==
ENV :
HOST OS : Ubuntu 25.10
Host installation is crashing with following crash when we do installation on multiple[2 or more] SAN disks and we see -EBUSY error with specific mpath disk.
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/
sys.
^^^^^^
File "/snap/
asyncio.
File "/snap/
return runner.run(main)
File "/snap/
return self._loop.
File "/snap/
return future.result()
File "/snap/
await subiquity_
File "/snap/
await super().run()
File "/snap/
await super().run()
File "/snap/
raise exc
File "/snap/
await self._guided_
RuntimeError: coroutine raised StopIteration
Ubuntu Questing Quokka (development branch) ubuntu-server hvc
Explaining whole scenario:
When I tried to install my P11 lpar with Ubuntu with SAN disk
1) 4 SAN disks are there
2) I installed on mpatha (installation worked fine)
3) I installed on mpathb (installation worked fine)
4) When i rebooted the system connected to the console and then I tried to reinstall the system it gave the error message [-EBUSY] and then installation crashed
My analysis:
In the background, after each boot I was entering the shell and was checking for the multipath status:
1) In the first attempt when i checked it gave all four disks
2) After mpatha installation also all disks were listed in multipath -ll
3) After mpathb installation also all disks were there
4) When I tried the reinstallation after this I saw that multipath service itself gave the error as :
[2168]: updated bindings file /etc/multipath/
[2168]: mpathb: addmap [0 230686720 multipath 1 queue_if_no_path 1 alua 2 1 ser>
[2168]: libdevmapper: ioctl/libdm-
[2168]: dm_addmap: libdm task=0 error: Device or resource busy
[2168]: mpathb: ignoring map
[2168]: mpathb: addmap [0 230686720 multipath 1 queue_if_no_path 1 alua 2 1 ser>
[2168]: libdevmapper: ioctl/libdm-
[2168]: dm_addmap: libdm task=0 error: Device or resource busy
[2168]: mpathb: ignoring map
: Started multipathd.service - Device-Mapper Multipath Device Controller.
5) With multipath -ll I was not able to see mpathb there
6) multipath service is not failing to restart but it is throwing this error message because mapping is not happening properly!
I feel because of some stale metadata present on the mapathb at the time of installation which shouldn't have been there, it has happened.
I tried this exact same scenario even on my P10 lpar which had 2 disks and I observed same kind of behavior!
Reproducibility with this exact scenario is 95%.
Reference bug is https:/
| tags: | added: architecture-ppc64le bugnameltc-216529 severity-high targetmilestone-inin2604 |
| Changed in ubuntu: | |
| assignee: | nobody → Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) |
| affects: | ubuntu → debian-installer (Ubuntu) |

... and I assume it's the same reason why I cannot connect to Launchpad via
the launchpadlib API
Error accessing Launchpad!
(403, b'Forbidden')
On Mon, Dec 1, 2025 at 6:09 AM Launchpad Bug Tracker <
<email address hidden>> wrote:
> bugproxy (bugproxy) has assigned this bug to your team "Ubuntu on IBM 1760429899. 735880613. ui.crash subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ client/ controllers/ filesystem. py", set_body( FilesystemView( self.model, self)) ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^ subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ ui/views/ filesystem/ filesystem. py", model_inputs( ) subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ ui/views/ filesystem/ filesystem. py", model_inputs list.refresh_ model_inputs( ) subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ ui/views/ filesystem/ filesystem. py", model_inputs device( device, filter): ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^ subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ ui/views/ filesystem/ helpers. py", annotations( device) + labels. usage_labels( device) ^^^^^^^ ^^^^^^^ ^^^^^ subiquity/ 6868/usr/ lib/python3. 12/functools. py", line 909, args[0] .__class_ _)(*args, **kw) ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^ subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ common/ filesystem/ labels. py", vg.devices) ) ^^^^^^^ ^^^^^^^ ^ subiquity/ 6868/usr/ bin/subiquity" , line 8, in <module> subiquity/ 6868/lib/ python3. 12/site- packages/ subiquity/ cmd/tui. py", run(run_ with_loop( )) subiquity/ 6868/usr/ lib/python3. 12/asyncio/ runners. py", line subiquity/ 6868/usr/ lib/python3. 12/asyncio/ runners. py", line run_until_ complete( task) ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ subiquity/ 6868/usr/ lib/python3. 12/asyncio/ base_events. py", subiquity/ 6868/.. .
> Power Systems Bug Triage" for Ubuntu:
>
> == Comment: #0 - Anushree Mathur <email address hidden> - 2025-11-28
> 03:12:11 ==
> ENV :
> HOST OS : Ubuntu 25.10
>
> Host installation is crashing with following crash when we do
> installation on multiple[2 or more] SAN disks and we see -EBUSY error
> with specific mpath disk.
>
> generating crash report
> report saved to /var/crash/
> Traceback (most recent call last):
> File
> "/snap/
> line 296, in _guided_choice
> self.ui.
> ^^^^^^^
> File
> "/snap/
> line 485, in __init__
> self.refresh_
> File
> "/snap/
> line 544, in refresh_
> self.used_
> File
> "/snap/
> line 417, in refresh_
> for obj, cells in summarize_
> ^^^^^^^
> File
> "/snap/
> line 32, in summarize_device
> anns = labels.
> ^^^^^^^
> File "/snap/
> in wrapper
> return dispatch(
> ^^^^^^^
> File
> "/snap/
> line 101, in _annotations_vg
> member = next(iter(
> ^^^^^^^
> StopIteration
>
> The above exception was the direct cause of the following exception:
>
> Traceback (most recent call last):
> File "/snap/
> sys.exit(main())
> ^^^^^^
> File
> "/snap/
> line 161, in main
> asyncio.
> File "/snap/
> 194, in run
> return runner.run(main)
> ^^^^^^^^^^^^^^^^
> File "/snap/
> 118, in run
> return self._loop.
> ^^^^^^^
> File "/snap/
> line 687, in run_until_complete
> return future.result()
> ^^^^^^^^^^^^^^^
> File
> "/snap/