RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1721381 - AttributeError: 'list' object has no attribute 'values'
Summary: AttributeError: 'list' object has no attribute 'values'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: python-blivet
Version: 8.1
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: beta
: 8.0
Assignee: Blivet Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
: 1721525 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-06-18 07:32 UTC by Martin Banas
Modified: 2021-09-06 15:34 UTC (History)
6 users (show)

Fixed In Version: python-blivet-3.1.0-13.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-05 21:14:31 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)
anacopnda.log (16.31 KB, text/plain)
2019-06-18 07:34 UTC, Martin Banas
no flags Details
console.log (898.72 KB, text/plain)
2019-06-18 07:36 UTC, Martin Banas
no flags Details
lvm.log (169.22 KB, text/plain)
2019-06-18 07:37 UTC, Martin Banas
no flags Details
storage.log (19.40 KB, text/plain)
2019-06-18 07:38 UTC, Martin Banas
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:3441 0 None None None 2019-11-05 21:14:51 UTC

Description Martin Banas 2019-06-18 07:32:20 UTC
Description of problem:
anaconda 29.19.1.6 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 226, in status
    for lv_info in lvs_info.values():
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/storage.py", line 152, in __init__
    if self.status:
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/container.py", line 66, in __init__
    super(ContainerDevice, self).__init__(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/devices/lvm.py", line 143, in __init__
    exists=exists, sysfs_path=sysfs_path)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py", line 393, in _add_vg_device
    exists=True)
  File "/usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py", line 399, in run
    self._add_vg_device()
  File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 304, in handle_format
    helper_class(self, info, device).run()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 276, in handle_device
    self.handle_format(info, device)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 461, in _populate
    self.handle_device(dev)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/populator/populator.py", line 413, in populate
    self._populate()
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 161, in reset
    self.devicetree.populate(cleanup_only=cleanup_only)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 1745, in reset
    super().reset(cleanup_only=cleanup_only)
  File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/storage/osinstall.py", line 2305, in storage_initialize
    storage.reset()
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/threading.py", line 286, in run
    threading.Thread.run(self)
AttributeError: 'list' object has no attribute 'values'

Version-Release number of selected component (if applicable):
python3-blivet-3.1.0-12.el8.noarch.rpm 
RHEL-8.1.0-20190617.n.0

How reproducible:
always

Steps to Reproduce:
1. install system on s390x

Actual results:
Anaconda fails with traceback

Expected results:
Installation continues on s390x

Additional info:

Comment 2 Martin Banas 2019-06-18 07:34:29 UTC
Created attachment 1581596 [details]
anacopnda.log

Comment 3 Martin Banas 2019-06-18 07:36:37 UTC
Created attachment 1581597 [details]
console.log

Comment 4 Martin Banas 2019-06-18 07:37:15 UTC
Created attachment 1581598 [details]
lvm.log

Comment 5 Martin Banas 2019-06-18 07:38:40 UTC
Created attachment 1581599 [details]
storage.log

Comment 12 Vojtech Trefny 2019-06-21 09:53:17 UTC
*** Bug 1721525 has been marked as a duplicate of this bug. ***

Comment 15 errata-xmlrpc 2019-11-05 21:14:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:3441


Note You need to log in before you can comment on or make changes to this bug.