[Bug 1982903] Re: Installation fails on machine with Intel VROC

Dan Bungert 1982903 at bugs.launchpad.net
Wed Oct 19 18:19:15 UTC 2022


We believe a fix for this can be found in Subiquity 22.10.1.  On install you
will be offered to update to the new version of the installer if network is
available, or you can perform a manual update by performing a
sudo snap refresh subiquity
from a debug terminal.


** Changed in: subiquity (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1982903

Title:
  Installation fails on machine with Intel VROC

Status in subiquity package in Ubuntu:
  Fix Released

Bug description:
  I'm trying to install Ubuntu 22.04 on a server which has two M.2 disks
  in RAID 1 using Intel VROC.  If I accept the prompt to update
  installer to 22.07.1, then it fails while probing for destination
  blocks devices.  If I proceed without updating, it works fine.

  The server is a Supermicro 740GP-TNRT.

  I'm attaching the full output from `/var/log/installer` and I believe
  the relevant portion is this:

  ```
  2022-07-27 02:30:51,333 DEBUG subiquity.server.server:449 request to /storage/guided crashed
  Traceback (most recent call last):
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/common/api/server.py", line 122, in handler
      result = await implementation(**args)
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/server/controllers/filesystem.py", line 272, in guided_GET
      disks=[labels.for_client(d, min_size=min_size) for d in disks])
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/server/controllers/filesystem.py", line 272, in <listcomp>
      disks=[labels.for_client(d, min_size=min_size) for d in disks])
    File "/snap/subiquity/3652/usr/lib/python3.8/functools.py", line 875, in wrapper
      return dispatch(args[0].__class__)(*args, **kw)
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/common/filesystem/labels.py", line 294, in _for_client_disk
      partitions=[for_client(p) for p in disk._partitions],
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/common/filesystem/labels.py", line 294, in <listcomp>
      partitions=[for_client(p) for p in disk._partitions],
    File "/snap/subiquity/3652/usr/lib/python3.8/functools.py", line 875, in wrapper
      return dispatch(args[0].__class__)(*args, **kw)
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/common/filesystem/labels.py", line 312, in _for_client_partition
      os=partition.os,
    File "/snap/subiquity/3652/lib/python3.8/site-packages/subiquity/models/filesystem.py", line 713, in os
      path = self.device.path + str(self.number)
  AttributeError: 'Raid' object has no attribute 'path'
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1982903/+subscriptions




More information about the foundations-bugs mailing list