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

Michael Hudson-Doyle 1982903 at bugs.launchpad.net
Wed Jul 27 05:23:06 UTC 2022


https://github.com/canonical/subiquity/pull/1366 is a very simple minded
fix.

-- 
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:
  New

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